psudohash: 1.0.2 -> 1.1.0 (#415257)
This commit is contained in:
commit
43558d56a7
@ -1,22 +1,24 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
python3,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "psudohash";
|
||||
version = "1.0.2";
|
||||
version = "1.1.0";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "t3l3machus";
|
||||
repo = "psudohash";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-l/Rp9405Wf6vh85PFrRTtTLJE7GPODowseNqEw42J18=";
|
||||
hash = "sha256-I/vHQraGmIWmx/v+szL5ZQJpjkSBaCpEx0r4Mc6FgKA=";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 ];
|
||||
dependencies = with python3Packages; [
|
||||
tqdm
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user