Unverified Commit dd9ec79b authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ansel: 0-unstable-2025-10-07 -> 0-unstable-2025-10-23 (#455113)

parents 45f58d2b 22fe4621
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,13 +82,13 @@ let
in
stdenv.mkDerivation {
  pname = "ansel";
  version = "0-unstable-2025-10-07";
  version = "0-unstable-2025-10-23";

  src = fetchFromGitHub {
    owner = "aurelienpierreeng";
    repo = "ansel";
    rev = "486d5585f3a3fe2075f2903f5b2e36518dd82e37";
    hash = "sha256-jXTxgStRsp8+Z7JLtwI6+OLd0n/wX58Mxg1dbzDb0p0=";
    rev = "9658941ac8e644f0bdc96700a59f822cccf8f44b";
    hash = "sha256-fQnWSIRH7pJglBBpafwKy40J91RivTH7TTQIyQCiuow=";
    fetchSubmodules = true;
  };