mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
hashrat: 1.15 -> 1.21
This commit is contained in:
parent
47ea5bd487
commit
5c5678d9f7
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hashrat";
|
pname = "hashrat";
|
||||||
version = "1.15";
|
version = "1.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ColumPaget";
|
owner = "ColumPaget";
|
||||||
repo = "Hashrat";
|
repo = "Hashrat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-+3IPCJS++7CE0ZrJb62LCRrAn2J4uCF3a1oOzDoOW0w=";
|
hash = "sha256-WWUUwbAt2vxbXSj7r/kVDc85jhkikNeqUtITZepH8Dc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-xattr" ];
|
configureFlags = [ "--enable-xattr" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user