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: bec48a798002
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb0bfba56042
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 20, 2020

  1. serd: 0.30.0 -> 0.30.2

    magnetophon committed Jan 20, 2020
    Copy the full SHA
    0a1460f View commit details

Commits on Jan 23, 2020

  1. Merge pull request #78093 from magnetophon/serd

    serd: 0.30.0 -> 0.30.2
    marsam authored Jan 23, 2020
    Copy the full SHA
    fb0bfba View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/serd/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/serd/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "serd";
version = "0.30.0";
version = "0.30.2";

src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "1yyfyvc6kwagi5w43ljp1bbjdvdpmgpds74lmjxycm91bkx0xyvf";
sha256 = "00kjjgs5a8r72khgpya14scvl3n58wqwl5927y14z03j25q04ccx";
};

nativeBuildInputs = [ pkgconfig python3 wafHook ];