lsh: 1.3.3 -> 1.4.0

This commit is contained in:
R. Ryantm 2025-07-11 05:00:35 +00:00
parent 52809155bd
commit c39606c426

View File

@ -5,12 +5,12 @@
}:
buildGoModule rec {
pname = "lsh";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "latitudesh";
repo = "lsh";
rev = "v${version}";
sha256 = "0YpjG4u+wb4LRWzfTddKFwut0MBzEch+HZijmZiVXpE=";
sha256 = "sha256-yYjCxH92GyFl4Gf4hH97E3EiMQ6WvWIItVI4U54JdaM=";
};
vendorHash = "sha256-ogdyzfayleka4Y8x74ZtttD7MaeCl1qP/rQi9x0tMto=";
subPackages = [ "." ];