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

Commits on Jan 20, 2020

  1. sratom: 0.6.2 -> 0.6.4

    magnetophon committed Jan 20, 2020
    Copy the full SHA
    02e892c View commit details

Commits on Jan 23, 2020

  1. Merge pull request #78095 from magnetophon/sratom

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

stdenv.mkDerivation rec {
pname = "sratom";
version = "0.6.2";
version = "0.6.4";

src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a";
sha256 = "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l";
};

nativeBuildInputs = [ pkgconfig wafHook python3 ];