ansel: 0-unstable-2025-02-19 -> 0-unstable-2025-03-06

This commit is contained in:
R. Ryantm
2025-03-06 06:03:04 +00:00
parent 97cb30a656
commit 8bfc64d3fb
+3 -3
View File
@@ -78,13 +78,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2025-02-19";
version = "0-unstable-2025-03-06";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "9242d5a5b8b72f69acc8f7dd73347219468769f8";
hash = "sha256-zZ3z6bkrOJVcLgvhyWpFQAUP2yayipN7JkRnMKqW58A=";
rev = "af267a56c4be7011ee2bc03cf13d72eb4de789cd";
hash = "sha256-V4Usp0qlEbnyH/2XXrvPmMAO8sYhBE0WIZRqpafdS9U=";
fetchSubmodules = true;
};