lock: 1.3.7 -> 1.3.8

This commit is contained in:
R. Ryantm
2025-01-12 22:42:05 +00:00
parent 93dbaf6d1a
commit 0b1de3e540
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.3.7";
version = "1.3.8";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-UZt8SlkwhtVRLUMf1uYNLchzkWnL+6e7xLYZ81+YQsw=";
hash = "sha256-6nZwxNwCxMCx+6lE7roteCIZp5b7MIDosB0/TseBXeg=";
};
strictDeps = true;