yelp-tools: 42.beta → 42.0
https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/42.beta...42.0
This commit is contained in:
parent
8f059fbd3d
commit
9e4194bd5e
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "yelp-tools";
|
||||
version = "42.beta";
|
||||
version = "42.0";
|
||||
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/yelp-tools/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "dJkLKTKhUOHsKN6QLiZGqli6VlCu18l51orichtpOtk=";
|
||||
sha256 = "LNQwY/+nJi3xXdjTeao+o5mdQmYfB1Y/SALaoRSfffQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue