Commit 28094108 authored by R. RyanTM's avatar R. RyanTM
Browse files

frozen-containers: 1.2.0-unstable-2025-07-29 -> 1.2.0-unstable-2026-04-20

parent 7714e60c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation {
  pname = "frozen-containers";
  version = "1.2.0-unstable-2025-07-29";
  version = "1.2.0-unstable-2026-04-20";

  src = fetchFromGitHub {
    owner = "serge-sans-paille";
    repo = "frozen";
    rev = "61dce5ae18ca59931e27675c468e64118aba8744";
    hash = "sha256-zIczBSRDWjX9hcmYWYkbWY3NAAQwQtKhMTeHlYp4BKk=";
    rev = "b07a5c8187bc3e6f1461efab89fe07f467e300db";
    hash = "sha256-eZdiLKUcx1MTcW+HyoRi6U/lUbs/qAQhRw0wX3tpUjY=";
  };

  nativeBuildInputs = [ cmake ];