1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

tenv: 1.8.0 -> 1.9.4

This commit is contained in:
R. Ryantm 2024-04-30 20:29:38 +00:00
parent 705bad7ed6
commit d5d5ab79f3

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tenv";
version = "1.8.0";
version = "1.9.4";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-w8A3tmv8KzwtP5gqbaj5UdFxLcz9ILBP1itXSlLJ3Q0=";
hash = "sha256-lrBoZwdhDPE2cGTxptMV6PChUdHe99n7AqCozMUkXk0=";
};
vendorHash = "sha256-NMkR90+kJ3VsuhF45l5K68uOqenPfINZDEE0GfjULro=";