about summary refs log tree commit diff
path: root/pkgs/development/tools/skopeo
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2021-05-20 10:23:39 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-05-20 19:29:02 +1000
commite018962dd4cec102514eff367e340e187ec373d1 (patch)
tree467ecf880dc04e536a9d44725434cd2ac5ae5384 /pkgs/development/tools/skopeo
parent633a60c281f099e76d01322bae4983177255b4d7 (diff)
skopeo: 1.2.3 -> 1.3.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/development/tools/skopeo')
-rw-r--r--pkgs/development/tools/skopeo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/skopeo/default.nix b/pkgs/development/tools/skopeo/default.nix
index db43c7f8e47dd..2af1d5e2a0748 100644
--- a/pkgs/development/tools/skopeo/default.nix
+++ b/pkgs/development/tools/skopeo/default.nix
@@ -14,13 +14,13 @@
 
 buildGoModule rec {
   pname = "skopeo";
-  version = "1.2.3";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "containers";
     repo = "skopeo";
-    sha256 = "sha256-GhLw8wt5eDixKNGtxGA0Fjw3auQ3AsjKa+0M4mLTQlg=";
+    sha256 = "sha256-ZHEujkl+GUk5WjgDWdbJwOIKuOqJnIpGnvD1SsrHuhI=";
   };
 
   outputs = [ "out" "man" ];