commit d6b114ff010abfe2e01b1fe47b7672fe2ae717b3
parent fbd64545a696eddc54dbbf76a5249ed419758c74
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 14 Jul 2024 01:39:51 +0400
Up
Diffstat:
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1720750130,
- "narHash": "sha256-y2wc7CdK0vVSIbx7MdVoZzuMcUoLvZXm+pQf2RIr1OU=",
+ "lastModified": 1720781449,
+ "narHash": "sha256-po3TZO9kcZwzvkyMJKb0WCzzDtiHWD34XeRaX1lWXp0=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "6794d064edc69918bb0fc0e0eda33ece324be17a",
+ "rev": "8b5a3d5a1d951344d683b442c0739010b80039db",
"type": "github"
},
"original": {
diff --git a/pkgs/darwin/darktable/bin.nix b/pkgs/darwin/darktable/bin.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "darktable-bin";
- version = "4.6.0";
+ version = "4.8.0";
src = fetchfromgh {
owner = "darktable-org";
repo = "darktable";
name = "darktable-${finalAttrs.version}-x86_64.dmg";
- hash = "sha256-5OU8wexqWAACnzlyjAJIgqA1dFj1yNjg/xbf4DTnAe0=";
+ hash = "sha256-ve1phvcq+JAfD6KGhtbQbmt2bYMcKavooBY7WlA6UOY=";
version = "release-${finalAttrs.version}";
};
diff --git a/pkgs/geospatial/tilekiln/default.nix b/pkgs/geospatial/tilekiln/default.nix
@@ -22,7 +22,10 @@ python3Packages.buildPythonApplication rec {
sed -i 's/len(os.sched_getaffinity(0))/4/' tilekiln/scripts/{generate,serve}.py
'';
- build-system = with python3Packages; [ hatchling hatch-vcs ];
+ build-system = with python3Packages; [
+ hatchling
+ hatch-vcs
+ ];
dependencies = with python3Packages; [
click