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 {
pname = "hashrat";
version = "1.15";
version = "1.21";
src = fetchFromGitHub {
owner = "ColumPaget";
repo = "Hashrat";
rev = "v${version}";
hash = "sha256-+3IPCJS++7CE0ZrJb62LCRrAn2J4uCF3a1oOzDoOW0w=";
hash = "sha256-WWUUwbAt2vxbXSj7r/kVDc85jhkikNeqUtITZepH8Dc=";
};
configureFlags = [ "--enable-xattr" ];