Skip to content

Commit

Permalink
altcoins.dero: 0.11.5 -> 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 5, 2018
1 parent 6343398 commit 54a0231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/dero.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "dero-${version}";
version = "0.11.5";
version = "0.11.6";

src = fetchFromGitHub {
owner = "deroproject";
repo = "dero";
rev = "v${version}";
sha256 = "1i45z67rkmra968yi89j9mkwv7kdn1hq1761mnl2642pg7v3zvbd";
sha256 = "0jc5rh2ra4wra04dwv9sydid5ij5930s38mhzq3qkdjyza1ahmsr";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 54a0231

Please sign in to comment.