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: cfe3c8930000
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d281cc9fe6b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2019

  1. cutelyst: 2.8.0 -> 2.9.0 (#71519)

    r-ryantm authored and fpletz committed Oct 21, 2019
    Copy the full SHA
    9d281cc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/cutelyst/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cutelyst/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "cutelyst";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "cutelyst";
repo = "cutelyst";
rev = "v${version}";
sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
sha256 = "13h2sj131s31qdzdwa3hx7ildmvlk8mv9s0j99kvx1ijaq49z79f";
};

nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];