Skip to content

Commit 88b1f58

Browse files
darktable: 5.0.0 -> 5.0.1 (#381459)
2 parents 8616af0 + 7d1aada commit 88b1f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/da/darktable/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
}:
8181

8282
stdenv.mkDerivation rec {
83-
version = "5.0.0";
83+
version = "5.0.1";
8484
pname = "darktable";
8585

8686
src = fetchurl {
8787
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
88-
hash = "sha256-6qE25uYku1MScoLiaq+gRBq8wYm1U3FGXh9aikk/o6E=";
88+
hash = "sha256-SpGNCU67qYPvZ6EMxxXD1+jKc4AJkgqf9l0zQXtt2YQ=";
8989
};
9090

9191
nativeBuildInputs = [

0 commit comments

Comments
 (0)