ma pkgs.ampel: bump rev
This commit is contained in:
parent
8020e28c5e
commit
be510cc4aa
|
@ -2,7 +2,7 @@
|
|||
|
||||
with pkgs.python3Packages;buildPythonPackage rec {
|
||||
name = "ampel-${version}";
|
||||
version = "0.2.4";
|
||||
version = "0.2.5";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
docopt
|
||||
|
@ -16,8 +16,8 @@ with pkgs.python3Packages;buildPythonPackage rec {
|
|||
|
||||
src = pkgs.fetchgit {
|
||||
url = "http://cgit.euer.krebsco.de/ampel";
|
||||
rev = "04e1c8c38ffe53175ae719121ad88534a8a662db";
|
||||
sha256 = "00jgr3jg2yi91hd7388v8rncfbq8fx8dvr03sg749dzpsg58hfxn";
|
||||
rev = "ce239876820699f02054e71b4fd0950509833379";
|
||||
sha256 = "1ja32lr04lwq4shi49kppa1zzjw0zlqaqy71pr5sbajgp4zj7kh8";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://cgit.euer.krebsco.de/ampel;
|
||||
|
|
Loading…
Reference in a new issue