hashrat: 1.15 -> 1.21

This commit is contained in:
R. Ryantm 2024-06-21 18:37:40 +00:00
parent 47ea5bd487
commit 5c5678d9f7

View File

@ -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" ];