3
0
Fork 0
forked from mirrors/nixpkgs
IndeedNotJames 2023-04-02 18:08:49 +02:00
parent e3652e0735
commit 6ff8487dfc
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "podman-tui";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman-tui";
rev = "v${version}";
hash = "sha256-qw7ylukG7M31rUtoZqbcjWchcEB14uvb2k1cjIjy8qA=";
hash = "sha256-0iI417mwmwph4wjuusaWY0kGtVsQy7i+eZvE1tYiINY=";
};
vendorHash = null;