mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
hashrat: 1.23 -> 1.25
This commit is contained in:
parent
d4a90291ca
commit
1a7fa05eb9
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "hashrat";
|
pname = "hashrat";
|
||||||
version = "1.23";
|
version = "1.25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ColumPaget";
|
owner = "ColumPaget";
|
||||||
repo = "Hashrat";
|
repo = "Hashrat";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-dDtn01eoODgRtsbEdtuXhib3fZLosP8ajJBGaG8Skss=";
|
hash = "sha256-nGaOVvy8caySohCGyGdnxXsv2DuqFPRi4JJLlZy+q8o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-xattr" ];
|
configureFlags = [ "--enable-xattr" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue