ansel: 0-unstable-2026-01-25 -> 0-unstable-2026-02-08 (#486091)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-09 20:06:52 +00:00
committed by GitHub
+3 -3
View File
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2026-01-25";
version = "0-unstable-2026-02-08";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "2cb699e7a2367390db6fdb56c78383854a8522b9";
hash = "sha256-a6p3ZL3Rg3zK4B8Nfoe28etWnDeV6/sn5pnCpVQThXY=";
rev = "e9988402c5007c886f5256bd189009d3abd842a7";
hash = "sha256-qjai8UeqSkoDmc0YAmIxxaMJiLwTDcZteqChHGf3CPg=";
fetchSubmodules = true;
};