gede: 2.12.3 -> 2.13.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/gede/versions
This commit is contained in:
parent
b66537aafe
commit
d044631080
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gede-${version}";
|
name = "gede-${version}";
|
||||||
version = "2.12.3";
|
version = "2.13.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://gede.acidron.com/uploads/source/${name}.tar.xz";
|
url = "http://gede.acidron.com/uploads/source/${name}.tar.xz";
|
||||||
sha256 = "041wvby19dlcbb7x3yn2mbcfkrn0pkyjpgm40ngsks63kqzmkpdp";
|
sha256 = "00qgp45hgcnmv8qj0vicqmiwa82rzyadcqy48xfxjd4xgf0qy5bk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake makeWrapper python ];
|
nativeBuildInputs = [ qmake makeWrapper python ];
|
||||||
|
|
Loading…
Reference in a new issue