libspectrum: 1.4.4 -> 1.5.0
This commit is contained in:
parent
8bad34a0f1
commit
fb5d2e1220
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ lib, stdenv, fetchurl, perl, pkg-config, audiofile, bzip2, glib, libgcrypt, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libspectrum-1.4.4";
|
||||
name = "libspectrum-1.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/fuse-emulator/${name}.tar.gz";
|
||||
sha256 = "1cc0jx617sym6qj1f9fm115q44cq5azsxplqq2cgrg0pmlmjpyzx";
|
||||
sha256 = "sha256-o1PLRumxooEGHYFjU+oBDQpv545qF6oLe3QnHKXkrPw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue