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

ansel: 0-unstable-2026-01-25 -> 0-unstable-2026-02-08 (#486091)

parents e29832dc 7f60075f
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-25";
  version = "0-unstable-2026-02-08";

  src = fetchFromGitHub {
    owner = "aurelienpierreeng";
    repo = "ansel";
    rev = "2cb699e7a2367390db6fdb56c78383854a8522b9";
    hash = "sha256-a6p3ZL3Rg3zK4B8Nfoe28etWnDeV6/sn5pnCpVQThXY=";
    rev = "e9988402c5007c886f5256bd189009d3abd842a7";
    hash = "sha256-qjai8UeqSkoDmc0YAmIxxaMJiLwTDcZteqChHGf3CPg=";
    fetchSubmodules = true;
  };