nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

trunk-io: 1.2.6 -> 1.2.7

+2 -2
+2 -2
pkgs/development/tools/trunk-io/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "trunk-io"; 5 - version = "1.2.6"; 5 + version = "1.2.7"; 6 6 7 7 src = fetchurl { 8 8 url = "https://trunk.io/releases/launcher/${version}/trunk"; 9 - hash = "sha256-CLgbN5m8tFBBGUQLfJuJOEptzCYLI5GJu4fUqrKkO6k="; 9 + hash = "sha256-i2m+6Y6gvkHYwzESJv0DkLcHkXqz+g4e43TV6u1UTj8="; 10 10 }; 11 11 12 12 dontUnpack = true;