mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gridcoin-research: 5.5.0.0 -> 5.5.1.0
(cherry picked from commit 28465b628f)
This commit is contained in:
parent
63edff594f
commit
50dfe8a32e
1 changed files with 2 additions and 2 deletions
|
|
@ -26,13 +26,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = if withGui then "gridcoin-research" else "gridcoin-researchd";
|
||||
version = "5.5.0.0";
|
||||
version = "5.5.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gridcoin-community";
|
||||
repo = "Gridcoin-Research";
|
||||
tag = "${finalAttrs.version}";
|
||||
hash = "sha256-PN0yDVHlty+4CcRfMWe4LG6wHXaTOyLo7lxtrVCSLHA=";
|
||||
hash = "sha256-J9/RigGEjd5lAJeWTOFlOE50Ak0/YS/I3Agd3XNA3uw=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue