gede: 2.13.1 -> 2.14.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
97aba37876
commit
08fd23cceb
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gede-${version}";
|
name = "gede-${version}";
|
||||||
version = "2.13.1";
|
version = "2.14.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 = "00qgp45hgcnmv8qj0vicqmiwa82rzyadcqy48xfxjd4xgf0qy5bk";
|
sha256 = "1z7577zwz7h03d58as93hyx99isi3p4i3rhxr8l01zgi65mz0mr9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake makeWrapper python ];
|
nativeBuildInputs = [ qmake makeWrapper python ];
|
||||||
|
Loading…
Reference in New Issue
Block a user