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

ansel: 0-unstable-2026-01-09 -> 0-unstable-2026-01-17 (#481512)

parents 0b26aa44 72406562
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-09";
  version = "0-unstable-2026-01-17";

  src = fetchFromGitHub {
    owner = "aurelienpierreeng";
    repo = "ansel";
    rev = "1d3af0ff6899a96a4fb916806696e563c1accb80";
    hash = "sha256-XLKuQPCXAsH1qpC8Sw6AFSwXhl10pD0X1PSaRIhrnzs=";
    rev = "0a6a812ce35f50ff4e2bf6302f1fb1c9d24a6f19";
    hash = "sha256-1tvh8ZbEUPRufFN0KHbPDqy7DEod9LRRI0XpxKJDZmU=";
    fetchSubmodules = true;
  };