lsh: 1.3.3 -> 1.4.0 (#424224)

Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-11 14:35:16 +00:00
committed by GitHub
co-authored by dzmitry-lahoda
+2 -2
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 = [ "." ];