ansel: 0-unstable-2026-01-17 -> 0-unstable-2026-01-25 (#483775)

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