ansel: 0-unstable-2026-01-06 -> 0-unstable-2026-01-09 (#479529)

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