ansel: 0-unstable-2025-12-15 -> 0-unstable-2025-12-23 (#474141)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-26 07:44:44 +00:00
committed by GitHub
+3 -3
View File
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2025-12-15";
version = "0-unstable-2025-12-23";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "c2c49aee68ca256bffbd01da7a67ff57791948a0";
hash = "sha256-wHzUJE2QxcGt+IuOgJNXonJ97BctNmmZyyCoahjZb90=";
rev = "2ff9984637cbce06f943919ae37fd0e08d8d5d9e";
hash = "sha256-bxEvm6WdBLzf3bi3OqSKvphseKKLPJi8iYJ1A1fHt2Q=";
fetchSubmodules = true;
};