Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43f117537f37
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec1c46e2e587
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2020

  1. dero: 0.11.6 -> 0.11.7

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    a927cef View commit details

Commits on Jan 27, 2020

  1. Merge pull request #78499 from r-ryantm/auto-update/dero

    dero: 0.11.6 -> 0.11.7
    fpletz authored Jan 27, 2020
    Copy the full SHA
    ec1c46e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/blockchains/dero.nix
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/dero.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "dero";
version = "0.11.6";
version = "0.11.7";

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

nativeBuildInputs = [ cmake pkgconfig ];