lock: 1.7.6 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-10-04 06:40:34 +00:00
parent fb69976457
commit fd1eb14a16
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.7.6";
version = "1.8.0";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-DfHQKz+DuBnISsX4s0I4+3dvSsCDVGHYp5kcSaUrfjM=";
hash = "sha256-t472uLuuT5QPmfxkRP6wPalblMU68iD2wyKOxSrJfeU=";
};
strictDeps = true;