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.
2 parents 2e0a670 + 9aa19ae commit 0c3fc96Copy full SHA for 0c3fc96
pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix
@@ -18,19 +18,19 @@
18
nix-update-script,
19
}:
20
let
21
- version = "1.3.17";
+ version = "1.3.18";
22
src = fetchFromGitHub {
23
owner = "michaelb";
24
repo = "sniprun";
25
tag = "v${version}";
26
- hash = "sha256-o8U3GXg61dfEzQxrs9zCgRDWonhr628aSPd/l+HxS70=";
+ hash = "sha256-2Q7Jnt7pVCuNne442KPh2cSjA6V6WSZkgUj99UpmnOM=";
27
};
28
sniprun-bin = rustPlatform.buildRustPackage {
29
pname = "sniprun-bin";
30
inherit version src;
31
32
useFetchCargoVendor = true;
33
- cargoHash = "sha256-HLPTt0JCmCM4SRmP8o435ilM1yxoxpAnf8hg3+8C54I=";
+ cargoHash = "sha256-cu7wn75rQcwPLjFl4v05kVMsiCD0mAlIBt49mvIaPPU=";
34
35
nativeBuildInputs = [ makeWrapper ];
36
0 commit comments