We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c40e81 commit 50574adCopy full SHA for 50574ad
pkgs/by-name/gl/glrnvim/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "glrnvim";
9
- version = "1.4.0";
+ version = "1.5.0";
10
11
src = fetchFromGitHub {
12
owner = "beeender";
13
repo = "glrnvim";
14
rev = "v${version}";
15
- hash = "sha256-n3t3s3fzmBGXRDydYxNJ13itKul8dyLNW6HP8Di4hY0=";
+ hash = "sha256-fyJ3k1CBrxL6It8x9jNumzCuhXug6eB/fuvPUQYEc4A=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-oE1HXmJbKHegubqhsovat1ce/4rjdKGGTnmDdbRBo/k=";
+ cargoHash = "sha256-xDa2aMWx09dEbRDops2HwYSl/KMA7CeFqS2bnxX/8w8=";
20
21
postInstall = ''
22
install -Dm644 glrnvim.desktop -t $out/share/applications
0 commit comments