gtkdatabox: 0.9.3.0 -> 0.9.3.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtkdatabox/versions
This commit is contained in:
parent
c7afdaf5cd
commit
51076b3960
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gtk2 }:
|
{ stdenv, fetchurl, pkgconfig, gtk2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkdatabox-0.9.3.0";
|
name = "gtkdatabox-0.9.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gtkdatabox/${name}.tar.gz";
|
url = "mirror://sourceforge/gtkdatabox/${name}.tar.gz";
|
||||||
sha256 = "1wigd4bdlrz4pma2l2wd3z8sx7pqmsvq845nya5vma9ibi96nhhz";
|
sha256 = "1rdxnjgh6v3yjqgsfmamyzpfxckzchps4kqvvz88nifmd7ckhjfh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user