Skip to content

Commit cd6e8d4

Browse files
authored
pantheon.elementary-screenshot: 8.0.1 -> 8.0.2 (#433727)
2 parents 5e5e2ed + 647e4f9 commit cd6e8d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/desktops/pantheon/apps/elementary-screenshot

pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "elementary-screenshot";
20-
version = "8.0.1";
20+
version = "8.0.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "elementary";
2424
repo = "screenshot";
2525
rev = version;
26-
hash = "sha256-qhXTOdxMpiCPJR0Gp65itr6Em9e6OzMn3m/OyS7YfcA=";
26+
hash = "sha256-yCLaiwR1zRoQZI8QVt0oMMGyS7xjaO7gbj7XfphBL2o=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)