ansel: 0-unstable-2025-03-27 -> 0-unstable-2025-05-31 (#405925)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:41:16 +00:00 committed by GitHub
commit e05381fb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,13 +81,13 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "ansel"; pname = "ansel";
version = "0-unstable-2025-03-27"; version = "0-unstable-2025-05-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aurelienpierreeng"; owner = "aurelienpierreeng";
repo = "ansel"; repo = "ansel";
rev = "62f9a4c56b02deca9fda4aff4392e4f44dea379c"; rev = "b5d5f5ee7a3d4b68994a7bcfef4429a80cc2f287";
hash = "sha256-T9go14/wMJbOzKjOnRzzmeklFPQMbrTUnXyPlVahpkQ="; hash = "sha256-gb/Mp3YUeDLRxZQ7t55+FaxcfQDKdrNFZSV2uHhZ8Xo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };