lock: 1.8.2 -> 1.9.3

This commit is contained in:
R. Ryantm
2025-12-31 04:50:53 +00:00
parent 6e600478a7
commit 082116f813
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.8.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-8vJK9uvmm3GtQcJ/6L0R8Y9gAv1W07asfKmDYZyeEOQ=";
hash = "sha256-UXTkrH+b4HIi+QC85gjASAFHgf0BQEZ6RkC99FksqsU=";
};
strictDeps = true;