mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
nbd: updated to version 2.9.22
svn path=/nixpkgs/trunk/; revision=27316
This commit is contained in:
parent
3e005d363a
commit
47452c351b
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib }:
|
||||
|
||||
let
|
||||
name = "nbd-2.9.21a";
|
||||
name = "nbd-2.9.22";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/nbd/${name}.tar.bz2";
|
||||
sha256 = "9946dd7f4a63cf20ea8617100d0f599211d4a5fd5b6cfb8f50f8975431222bbd";
|
||||
sha256 = "f9e1a9db1663393fd1f2de2dd70cf15cc4fa17616853b717db7ca6c539f8787d";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig glib];
|
||||
|
Loading…
Reference in New Issue
Block a user