1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

hashrat: 1.21 -> 1.22

This commit is contained in:
R. Ryantm 2024-07-18 13:44:05 +00:00
parent 4496f7dd0b
commit e9cc7e6337

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "hashrat";
version = "1.21";
version = "1.22";
src = fetchFromGitHub {
owner = "ColumPaget";
repo = "Hashrat";
rev = "v${version}";
hash = "sha256-WWUUwbAt2vxbXSj7r/kVDc85jhkikNeqUtITZepH8Dc=";
hash = "sha256-mjjK315OUUFVdUY+zcCvm7yeo7XxourR1sghWbeFT7c=";
};
configureFlags = [ "--enable-xattr" ];