Merge pull request from aaronjheng/podman-ui

podman-tui: 0.7.0 -> 0.9.0
This commit is contained in:
Ilan Joselevich 2023-03-06 22:01:25 +02:00 committed by GitHub
commit 9f8fd07c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
''