Skip to content

Commit 50574ad

Browse files
committed
glrnvim: 1.4.0 -> 1.5.0
1 parent 4c40e81 commit 50574ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gl/glrnvim/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "glrnvim";
9-
version = "1.4.0";
9+
version = "1.5.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "beeender";
1313
repo = "glrnvim";
1414
rev = "v${version}";
15-
hash = "sha256-n3t3s3fzmBGXRDydYxNJ13itKul8dyLNW6HP8Di4hY0=";
15+
hash = "sha256-fyJ3k1CBrxL6It8x9jNumzCuhXug6eB/fuvPUQYEc4A=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-oE1HXmJbKHegubqhsovat1ce/4rjdKGGTnmDdbRBo/k=";
19+
cargoHash = "sha256-xDa2aMWx09dEbRDops2HwYSl/KMA7CeFqS2bnxX/8w8=";
2020

2121
postInstall = ''
2222
install -Dm644 glrnvim.desktop -t $out/share/applications

0 commit comments

Comments
 (0)