memento: 2.0.1 -> 2.0.2 (#538994)

This commit is contained in:
Matthieu Coudron
2026-07-08 03:47:32 +00:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "memento";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "ripose-jp";
repo = "Memento";
tag = "v${finalAttrs.version}";
hash = "sha256-A3moOjXubXSggaWaSpuYzp9mKIZYcgMehMG/qkUAtas=";
hash = "sha256-PVGzPd9t8FNZ3kLLueDIzIKAgagW7avDMFp6NKtSCD0=";
};
postPatch = ''