mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
tuir: 1.28.3 -> 1.29.0
This commit is contained in:
parent
95b6a6d5fd
commit
21708823ff
|
@ -3,13 +3,13 @@
|
|||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "tuir";
|
||||
version = "1.28.3";
|
||||
version = "1.29.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "ajak";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0nhpbb0vdngwb0fhlimjgm3wq2s67m4rb3vv920zyllnmfplk0lk";
|
||||
sha256 = "1fqp6bvq8kzdsf3nna4mn1phdcixpx76bya43xrivxjbzsfl59ib";
|
||||
};
|
||||
|
||||
# Tests try to access network
|
||||
|
|
Loading…
Reference in a new issue