memento: 2.0.0 -> 2.0.1 (#536651)

This commit is contained in:
Austin Horstman
2026-06-30 20:05:54 +00:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "memento";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "ripose-jp";
repo = "Memento";
tag = "v${finalAttrs.version}";
hash = "sha256-Mg6Gxy8FwqNjE9m4uOQnEY95PZJSQllDBU2KnS8UOHE=";
hash = "sha256-A3moOjXubXSggaWaSpuYzp9mKIZYcgMehMG/qkUAtas=";
};
postPatch = ''