Merge pull request #248250 from r-ryantm/auto-update/trunk-io

trunk-io: 1.2.6 -> 1.2.7
This commit is contained in:
Nick Cao 2023-08-09 23:12:58 -06:00 committed by GitHub
commit 3ec796f094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "trunk-io";
version = "1.2.6";
version = "1.2.7";
src = fetchurl {
url = "https://trunk.io/releases/launcher/${version}/trunk";
hash = "sha256-CLgbN5m8tFBBGUQLfJuJOEptzCYLI5GJu4fUqrKkO6k=";
hash = "sha256-i2m+6Y6gvkHYwzESJv0DkLcHkXqz+g4e43TV6u1UTj8=";
};
dontUnpack = true;