Merge pull request #163086 from legendofmiracles/master

authored by legendofmiracles and committed by GitHub 24b50714 4dfc00c1

+4 -6
+4 -6
pkgs/shells/hilbish/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "hilbish"; 5 - version = "0.7.1"; 5 + version = "1.0.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Rosettea"; 9 9 repo = "Hilbish"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-YQNLv6/4I5WM/xhlWIjThgO23tN+ZCyJVZVatnIUllc="; 11 + sha256 = "sha256-BsN2v6OEWOtk8ENKr5G+lSmNIUA89VfpO+QQoBizx9g="; 12 12 fetchSubmodules = true; 13 13 }; 14 14 15 - vendorSha256 = "sha256-xzB6sqBnDuvqTFMmLcXdSj6UFWYzA54PxUBKrFKhyQk="; 16 - 17 - buildInputs = [ readline ]; 15 + vendorSha256 = "sha256-Bmst1oJMuSXGvL8Syw6v2BqrbO5McHKkTufFs6iuxzs="; 18 16 19 17 ldflags = [ 20 18 "-s" ··· 28 26 cp .hilbishrc.lua $out/share/hilbish/ 29 27 cp -r docs -t $out/share/hilbish 30 28 cp -r libs -t $out/share/hilbish/ 31 - cp preload.lua $out/share/hilbish/ 29 + cp -r prelude/ $out/share/hilbish/ 32 30 33 31 # segfaults and it's already been generated upstream 34 32 # we copy the docs over with the above cp command