Skip to content

Commit df2e4d4

Browse files
authored
Merge pull request #323411 from GaetanLepage/sniprun
vimPlugins.sniprun: 1.3.13 -> 1.3.14
2 parents 498ea1c + 72e6c16 commit df2e4d4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,12 +1348,12 @@
13481348

13491349
sniprun =
13501350
let
1351-
version = "1.3.13";
1351+
version = "1.3.14";
13521352
src = fetchFromGitHub {
13531353
owner = "michaelb";
13541354
repo = "sniprun";
13551355
rev = "refs/tags/v${version}";
1356-
hash = "sha256-PQ3nAZ+bMbHHJWD7cV6h1b3g3TzrakA/N8vVumIooMg=";
1356+
hash = "sha256-9vglmQ9sy0aCbj4H81ublHclpoSfOA7ss5CNdoX54sY=";
13571357
};
13581358
sniprun-bin = rustPlatform.buildRustPackage {
13591359
pname = "sniprun-bin";
@@ -1363,7 +1363,7 @@
13631363
darwin.apple_sdk.frameworks.Security
13641364
];
13651365

1366-
cargoHash = "sha256-I8R2V9zoLqiM4lu0D7URoVof68wtKHI+8T8fVrUg7i4=";
1366+
cargoHash = "sha256-p4rZBgB3xQC14hRRTjNZT1G1gbaKydlKu6MYNSLk6iA=";
13671367

13681368
nativeBuildInputs = [ makeWrapper ];
13691369

@@ -1385,6 +1385,12 @@
13851385
'';
13861386

13871387
propagatedBuildInputs = [ sniprun-bin ];
1388+
1389+
meta = {
1390+
homepage = "https://github.com/michaelb/sniprun/";
1391+
changelog = "https://github.com/michaelb/sniprun/releases/tag/v${version}";
1392+
maintainers = with lib.maintainers; [ GaetanLepage ];
1393+
};
13881394
};
13891395

13901396
# The GitHub repository returns 404, which breaks the update script

0 commit comments

Comments
 (0)