cryptor: 1.0.3 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-01-27 12:55:04 +00:00 committed by Francesco Gazzetta
parent 9a17c9cf0b
commit 30722c14c1

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "cryptor"; pname = "cryptor";
version = "1.0.3"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "moson-mo"; owner = "moson-mo";
repo = "cryptor"; repo = "cryptor";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-bgOOueOKSc6dLyxGU+ds9XYWM5mO+qCKC4dkCu2B1sQ="; hash = "sha256-EqiaWgwhSLwZnovqYQ9rfHwvhWucmK0ujSsOhMJEJ1A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [