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

ansel: 0-unstable-2026-01-06 -> 0-unstable-2026-01-09 (#479529)

parents bac5c6ce 5eeeb377
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-06";
  version = "0-unstable-2026-01-09";

  src = fetchFromGitHub {
    owner = "aurelienpierreeng";
    repo = "ansel";
    rev = "b9a2bbdea71aa8114e2de0d6e944d322ead76a97";
    hash = "sha256-364KKrs0g6VgmyTKDhHVYUK+VERc32qFAbxZAjXG4kU=";
    rev = "1d3af0ff6899a96a4fb916806696e563c1accb80";
    hash = "sha256-XLKuQPCXAsH1qpC8Sw6AFSwXhl10pD0X1PSaRIhrnzs=";
    fetchSubmodules = true;
  };