ansel: 0-unstable-2025-10-23 -> 0-unstable-2025-10-25 (#457830)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-04 08:47:32 +00:00
committed by GitHub
+3 -3
View File
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2025-10-23";
version = "0-unstable-2025-10-25";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "9658941ac8e644f0bdc96700a59f822cccf8f44b";
hash = "sha256-fQnWSIRH7pJglBBpafwKy40J91RivTH7TTQIyQCiuow=";
rev = "0b268719d9a83c2296b5ce9fcc02bec9ad0f83f9";
hash = "sha256-LEVXZ9VUMAqDG39Kaew+JYedEqdlfxb5RdyG1X8PVpI=";
fetchSubmodules = true;
};