about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix b/nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix
index 78a9e8522fbc..c103e77dd0fc 100644
--- a/nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix
+++ b/nixpkgs/pkgs/by-name/ke/keep-sorted/package.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "keep-sorted";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "keep-sorted";
     rev = "v${version}";
-    hash = "sha256-qCR1JVDC/+NVz+CAY/2mMP8Sk71WDl2+Ig7QWwXTUrQ=";
+    hash = "sha256-wXR471Iuo+4oZUNa2MN4N5q0n7vEpYtoTaJHvdGIDHw=";
   };
 
   vendorHash = "sha256-tPTWWvr+/8wWUnQcI4Ycco2OEgA2mDQt15OGCk/ZjrQ=";