Skip to content

Commit 9aa19ae

Browse files
committed
1 parent 82f9b33 commit 9aa19ae

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/editors/vim/plugins/non-generated/sniprun

1 file changed

+3
-3
lines changed

pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
nix-update-script,
1919
}:
2020
let
21-
version = "1.3.17";
21+
version = "1.3.18";
2222
src = fetchFromGitHub {
2323
owner = "michaelb";
2424
repo = "sniprun";
2525
tag = "v${version}";
26-
hash = "sha256-o8U3GXg61dfEzQxrs9zCgRDWonhr628aSPd/l+HxS70=";
26+
hash = "sha256-2Q7Jnt7pVCuNne442KPh2cSjA6V6WSZkgUj99UpmnOM=";
2727
};
2828
sniprun-bin = rustPlatform.buildRustPackage {
2929
pname = "sniprun-bin";
3030
inherit version src;
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-HLPTt0JCmCM4SRmP8o435ilM1yxoxpAnf8hg3+8C54I=";
33+
cargoHash = "sha256-cu7wn75rQcwPLjFl4v05kVMsiCD0mAlIBt49mvIaPPU=";
3434

3535
nativeBuildInputs = [ makeWrapper ];
3636

0 commit comments

Comments
 (0)