ansel: 0-unstable-2025-10-07 -> 0-unstable-2025-10-23 (#455113)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-25 08:04:11 +00:00
committed by GitHub

View File

@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2025-10-07";
version = "0-unstable-2025-10-23";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "486d5585f3a3fe2075f2903f5b2e36518dd82e37";
hash = "sha256-jXTxgStRsp8+Z7JLtwI6+OLd0n/wX58Mxg1dbzDb0p0=";
rev = "9658941ac8e644f0bdc96700a59f822cccf8f44b";
hash = "sha256-fQnWSIRH7pJglBBpafwKy40J91RivTH7TTQIyQCiuow=";
fetchSubmodules = true;
};