mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
xmrig-proxy: 2.5.2 -> 2.6.2 (#41032)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xmrig-proxy/versions. These checks were done: - built on NixOS - /nix/store/q9nnn2j5k9kmfayiairp8l3mjdcz228k-xmrig-proxy-2.6.2/bin/xmrig-proxy passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.6.2 with grep in /nix/store/q9nnn2j5k9kmfayiairp8l3mjdcz228k-xmrig-proxy-2.6.2 - directory tree listing: https://gist.github.com/9498722348ccc1f87735df50817a78ac - du listing: https://gist.github.com/c7381fd089088b8620cf7e6675c96a83
This commit is contained in:
parent
2ba2a85390
commit
5f583fda04
@ -4,13 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xmrig-proxy-${version}";
|
||||
version = "2.5.2";
|
||||
version = "2.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xmrig";
|
||||
repo = "xmrig-proxy";
|
||||
rev = "v${version}";
|
||||
sha256 = "1x10mrr58lc207zppzkjnhwah83kpxrqpa3idv01lyasv8mfkxzc";
|
||||
sha256 = "1yfbdgyd37r5vb2g8jz4i92hxang3hbiig5y4507v9hr75jvfivh";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user