File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
pkgs/applications/editors/vim/plugins Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" ;
13631363 darwin . apple_sdk . frameworks . Security
13641364 ] ;
13651365
1366- cargoHash = "sha256-I8R2V9zoLqiM4lu0D7URoVof68wtKHI+8T8fVrUg7i4 =" ;
1366+ cargoHash = "sha256-p4rZBgB3xQC14hRRTjNZT1G1gbaKydlKu6MYNSLk6iA =" ;
13671367
13681368 nativeBuildInputs = [ makeWrapper ] ;
13691369
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
You can’t perform that action at this time.
0 commit comments