ansel: 0-unstable-2026-01-09 -> 0-unstable-2026-01-17 (#481512)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-19 12:00:43 +00:00
committed by GitHub
+3 -3
View File
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2026-01-09";
version = "0-unstable-2026-01-17";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "1d3af0ff6899a96a4fb916806696e563c1accb80";
hash = "sha256-XLKuQPCXAsH1qpC8Sw6AFSwXhl10pD0X1PSaRIhrnzs=";
rev = "0a6a812ce35f50ff4e2bf6302f1fb1c9d24a6f19";
hash = "sha256-1tvh8ZbEUPRufFN0KHbPDqy7DEod9LRRI0XpxKJDZmU=";
fetchSubmodules = true;
};