lock: 1.3.4 -> 1.3.6 (#367416)

This commit is contained in:
R. RyanTM
2024-12-22 23:10:23 -05:00
committed by GitHub
parent 7ba25148dc
commit 322ce1ca6b
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.3.4";
version = "1.3.6";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-H8/OEl8TQ9nLpOFrLRy0ZsjDttcja0KMYkBK+/Ewo18=";
hash = "sha256-Zd0fVCeE/QTvptoxbyDxcPiBrZ/qZMx/A0tB1wZbX6A=";
};
strictDeps = true;