xmrig-proxy: 6.22.0 -> 6.24.0

This commit is contained in:
R. Ryantm
2025-06-25 15:58:36 +00:00
parent cb51d8f4d6
commit b5a1fb8869
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xmrig-proxy";
version = "6.22.0";
version = "6.24.0";
src = fetchFromGitHub {
owner = "xmrig";
repo = "xmrig-proxy";
rev = "v${version}";
hash = "sha256-qRn/FiYvogGFUIUj3CojtfO6fXRZghH+bgRP+ysI6mc=";
hash = "sha256-4Kqxf9i5OTplWg72ihTJ4QHvwWC8r73EACErYNZ7wjc=";
};
postPatch = ''