1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #326088 from r-ryantm/auto-update/ansel

ansel: 0-unstable-2024-06-29 -> 0-unstable-2024-07-09
This commit is contained in:
Nick Cao 2024-07-11 19:49:32 -04:00 committed by GitHub
commit 58b5f5a542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,13 +77,13 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "0-unstable-2024-06-29";
version = "0-unstable-2024-07-09";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
repo = "ansel";
rev = "3799e7893d6b5221706f64a00a6d139fb9717380";
hash = "sha256-TyoLVZpKQ68/yjiUsJaXW1z0qr8krIAxRuFG7RtsToI=";
rev = "55761cfc7a6aacdc483dadacbf3fadcd89108e27";
hash = "sha256-5L/d5R2qQ/GFrJcDPKdqhhMQwEg050CmmDh3BLmETRQ=";
fetchSubmodules = true;
};