Merge pull request #286800 from katexochen/keep-sorted/0-3-1

keep-sorted: 0.3.0 -> 0.3.1
This commit is contained in:
Mario Rodas 2024-02-14 08:40:25 -05:00 committed by GitHub
commit 94c6b33d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";