memento: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-01-06 01:32:35 +00:00
parent 23209a993c
commit 35f6c3bfed
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "memento";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ripose-jp";
repo = "Memento";
rev = "v${finalAttrs.version}";
hash = "sha256-3WOtf7cgYxAMlNPSBmTzaQF1HN9mU61giLp2woBAidY=";
hash = "sha256-8kgMEHDLb2EtwmIOs6WQO3a1QSypwN1FX/f2n7uRBFs=";
};
nativeBuildInputs = [