ansel: 0-unstable-2024-12-19 -> 0-unstable-2025-01-12 (#373262)

This commit is contained in:
Martin Weinelt
2025-01-13 16:05:05 +01:00
committed by GitHub
+3 -3
View File
@@ -78,13 +78,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2024-12-19";
version = "0-unstable-2025-01-12";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "854924f0cefd485ede726eb060b765712c0d393c";
hash = "sha256-G8+A4c2d6OFfYo7T5sk8JsDw5RrNnH5Bmmo8YkCsbsA=";
rev = "c15d92ab7236e61454aaf8e8591777adfa3a73f7";
hash = "sha256-FVb4xoHIs+DJG6Lw6Qf755Tjt0Sg9i+Hp979/GgD3IQ=";
fetchSubmodules = true;
};