about summary refs log tree commit diff
path: root/pkgs/development/tools/skopeo
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-07-08 13:53:50 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-07-08 13:53:50 +1000
commit48ee7bfdf31684a2077469a0c0fdba9605323468 (patch)
treed00890a86b40f9d41e6a1e4e1ccc79ac4d47cbf8 /pkgs/development/tools/skopeo
parent292bcc79075cae79cbd9529b3e9355d789c3ddc8 (diff)
skopeo: 1.12.0 -> 1.13.0
Diff: https://github.com/containers/skopeo/compare/v1.12.0...v1.13.0

Changelog: https://github.com/containers/skopeo/releases/tag/v1.13.0
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 f2fbf64473264..d4668c4496ef1 100644
--- a/pkgs/development/tools/skopeo/default.nix
+++ b/pkgs/development/tools/skopeo/default.nix
@@ -18,13 +18,13 @@
 
 buildGoModule rec {
   pname = "skopeo";
-  version = "1.12.0";
+  version = "1.13.0";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "containers";
     repo = "skopeo";
-    hash = "sha256-a4uM2WjDhjz4zTiM2HWoDHQQ9aT38HV9GNUJAJmZR+w=";
+    hash = "sha256-PSBwwF6tIQ6EZD/nWj5Lw0ifk1aLLJl/qaj5EsksBBo=";
   };
 
   outputs = [ "out" "man" ];