Merge pull request #219785 from aaronjheng/podman-ui
podman-tui: 0.7.0 -> 0.9.0
This commit is contained in:
commit
9f8fd07c10
1 changed files with 2 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "podman-tui";
|
pname = "podman-tui";
|
||||||
version = "0.7.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "podman-tui";
|
repo = "podman-tui";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-UhlhNmVPTOXVWpL4pxF5c6ZQj//pXrzZWlRUaKGSTSA=";
|
hash = "sha256-qw7ylukG7M31rUtoZqbcjWchcEB14uvb2k1cjIjy8qA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
@ -24,7 +24,6 @@ buildGoModule rec {
|
||||||
let
|
let
|
||||||
skippedTests = [
|
skippedTests = [
|
||||||
"TestDialogs"
|
"TestDialogs"
|
||||||
"TestNetdialogs"
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue