Merge pull request #328181 from r-ryantm/auto-update/hashrat

hashrat: 1.21 -> 1.22
This commit is contained in:
Nick Cao
2024-07-18 19:18:07 -04:00
committed by GitHub
+2 -2
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" ];