Skip to content

Commit

Permalink
Merge pull request #289597 from r-ryantm/auto-update/darktable
Browse files Browse the repository at this point in the history
darktable: 4.6.0 -> 4.6.1
  • Loading branch information
Lassulus authored Feb 18, 2024
2 parents 91a794c + 9549489 commit 85b63fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/darktable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
}:

stdenv.mkDerivation rec {
version = "4.6.0";
version = "4.6.1";
pname = "darktable";

src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "sha256-cksn4yBNGCLebcU+oJCmsc5V98MiJtNGQmiXdcaKrMI=";
sha256 = "sha256-Fu3AoHApPi082k6hDkm9qb3pMuI/nmLi+i56x0rPev0=";
};

nativeBuildInputs = [ cmake ninja llvmPackages.llvm pkg-config intltool perl desktop-file-utils wrapGAppsHook ];
Expand Down

0 comments on commit 85b63fd

Please sign in to comment.