Merge pull request #228443 from aaronjheng/trunk-io

trunk-io: 1.2.3 -> 1.2.4
This commit is contained in:
Mario Rodas 2023-04-29 09:21:57 -05:00 committed by GitHub
commit 01ce19be2a
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.3";
version = "1.2.4";
src = fetchurl {
url = "https://trunk.io/releases/launcher/${version}/trunk";
hash = "sha256-arWege61fb7NiYSIL3ZaDQr75QEbDDJ7rVgdRUKqP4A=";
hash = "sha256-ylQ4tcPVO367PtLtBkw+MKxoIY7b14Gse3IxnIxMtqc=";
};
dontUnpack = true;