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 {
|
||||
pname = "podman-tui";
|
||||
version = "0.7.0";
|
||||
version = "0.9.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "containers";
|
||||
repo = "podman-tui";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-UhlhNmVPTOXVWpL4pxF5c6ZQj//pXrzZWlRUaKGSTSA=";
|
||||
hash = "sha256-qw7ylukG7M31rUtoZqbcjWchcEB14uvb2k1cjIjy8qA=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
@ -24,7 +24,6 @@ buildGoModule rec {
|
|||
let
|
||||
skippedTests = [
|
||||
"TestDialogs"
|
||||
"TestNetdialogs"
|
||||
];
|
||||
in
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue