hashrat: 1.23 -> 1.25

This commit is contained in:
R. Ryantm 2025-03-27 22:37:28 +00:00
parent d4a90291ca
commit 1a7fa05eb9

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hashrat";
version = "1.23";
version = "1.25";
src = fetchFromGitHub {
owner = "ColumPaget";
repo = "Hashrat";
tag = "v${finalAttrs.version}";
hash = "sha256-dDtn01eoODgRtsbEdtuXhib3fZLosP8ajJBGaG8Skss=";
hash = "sha256-nGaOVvy8caySohCGyGdnxXsv2DuqFPRi4JJLlZy+q8o=";
};
configureFlags = [ "--enable-xattr" ];