lock: 1.2.0 -> 1.3.0

Diff: https://github.com/konstantintutsch/Lock/compare/v1.2.0...v1.3.0
This commit is contained in:
seth 2024-12-04 04:08:58 +00:00
parent cb35b9803f
commit e510a2b1c9

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-eBOENp6qjHtNGRCV+n2IbH0BSgGZje1aT/0iaDsZz+4=";
hash = "sha256-RDFFI7NKGs1LXNEYWgv1JBE00yjmcH4hrHebAIY85EA=";
};
strictDeps = true;