ansel: 0-unstable-2026-06-04 -> 0-unstable-2026-06-13 (#531543)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-15 16:47:33 +00:00
committed by GitHub
+3 -3
View File
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2026-06-04";
version = "0-unstable-2026-06-13";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "05dc2ee4269f59143596f368acb83efd4c9da604";
hash = "sha256-1lR+xSBsq9N3R9gVJ+mvZxiPIQKFpFTybjQym/YJfqo=";
rev = "2a9850bdc393d88f799b2cb3d80f22757d467d3e";
hash = "sha256-hCleHtaqH9dRHDtOVuKN16L1jPMeYJbr4qSwVPLIgL8=";
fetchSubmodules = true;
};