Merge pull request #323411 from GaetanLepage/sniprun

vimPlugins.sniprun: 1.3.13 -> 1.3.14
This commit is contained in:
Gaétan Lepage 2024-06-29 19:42:03 +02:00 committed by GitHub
commit df2e4d4a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1348,12 +1348,12 @@
sniprun =
let
version = "1.3.13";
version = "1.3.14";
src = fetchFromGitHub {
owner = "michaelb";
repo = "sniprun";
rev = "refs/tags/v${version}";
hash = "sha256-PQ3nAZ+bMbHHJWD7cV6h1b3g3TzrakA/N8vVumIooMg=";
hash = "sha256-9vglmQ9sy0aCbj4H81ublHclpoSfOA7ss5CNdoX54sY=";
};
sniprun-bin = rustPlatform.buildRustPackage {
pname = "sniprun-bin";
@ -1363,7 +1363,7 @@
darwin.apple_sdk.frameworks.Security
];
cargoHash = "sha256-I8R2V9zoLqiM4lu0D7URoVof68wtKHI+8T8fVrUg7i4=";
cargoHash = "sha256-p4rZBgB3xQC14hRRTjNZT1G1gbaKydlKu6MYNSLk6iA=";
nativeBuildInputs = [ makeWrapper ];
@ -1385,6 +1385,12 @@
'';
propagatedBuildInputs = [ sniprun-bin ];
meta = {
homepage = "https://github.com/michaelb/sniprun/";
changelog = "https://github.com/michaelb/sniprun/releases/tag/v${version}";
maintainers = with lib.maintainers; [ GaetanLepage ];
};
};
# The GitHub repository returns 404, which breaks the update script