Unverified Commit 331e50cb authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

ansel: 0-unstable-2026-01-17 -> 0-unstable-2026-01-25 (#483775)

parents aba0c69d 760009bc
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-2026-01-17";
  version = "0-unstable-2026-01-25";

  src = fetchFromGitHub {
    owner = "aurelienpierreeng";
    repo = "ansel";
    rev = "0a6a812ce35f50ff4e2bf6302f1fb1c9d24a6f19";
    hash = "sha256-1tvh8ZbEUPRufFN0KHbPDqy7DEod9LRRI0XpxKJDZmU=";
    rev = "2cb699e7a2367390db6fdb56c78383854a8522b9";
    hash = "sha256-a6p3ZL3Rg3zK4B8Nfoe28etWnDeV6/sn5pnCpVQThXY=";
    fetchSubmodules = true;
  };