Skip to content

Commit

Permalink
darkice: 1.3 -> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 28, 2021
1 parent 4ecfa58 commit 2e7a38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/audio/darkice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "darkice";
version = "1.3";
version = "1.4";

src = fetchurl {
url = "mirror://sourceforge/darkice/${version}/darkice-${version}.tar.gz";
sha256 = "1rlxds7ssq7nk2in4s46xws7xy9ylxsqgcz85hxjgh17lsm0y39c";
url = "https://github.com/rafael2k/darkice/releases/download/v${version}/darkice-${version}.tar.gz";
sha256 = "05yq7lggxygrkd76yiqby3msrgdn082p0qlvmzzv9xbw8hmyra76";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 2e7a38f

Please sign in to comment.