pkgs/secretive: updato to 2.3.1
This commit is contained in:
parent
ec6c95f8f6
commit
a9219f1334
@ -7,12 +7,12 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "secretive";
|
pname = "secretive";
|
||||||
version = "2.2.0";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "Secretive-${version}.zip";
|
name = "Secretive-${version}.zip";
|
||||||
url = "https://github.com/maxgoedjen/secretive/releases/download/v${version}/Secretive.zip";
|
url = "https://github.com/maxgoedjen/secretive/releases/download/v${version}/Secretive.zip";
|
||||||
hash = "sha256-gjB8bevzbgYZ1GtAVMK+IBp9eP+Y79s8RhK/sdg7AI8=";
|
hash = "sha256-STpyNiiYtEgLqnDxFdlRW0Gyr0pQPK8AJ34rw4JLC70=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [unzip];
|
buildInputs = [unzip];
|
||||||
|
Loading…
Reference in New Issue
Block a user