about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-12-30 14:50:05 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-12-30 14:50:05 +0100
commit6f2b434b36e1ee5d76dea8515eca7e24beef4f51 (patch)
tree1c0b53e2f3548e666f3c41b9618f136a5a747fb2 /pkgs/applications
parente550564812cffe6d8683f7cd13cb15eda128c844 (diff)
vimPlugins.sniprun: 1.3.9 -> 1.3.10
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index f12855e77d41f..96c831bb26bca 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1067,12 +1067,12 @@
 
   sniprun =
     let
-      version = "1.3.9";
+      version = "1.3.10";
       src = fetchFromGitHub {
         owner = "michaelb";
         repo = "sniprun";
         rev = "refs/tags/v${version}";
-        hash = "sha256-g2zPGAJIjMDWn8FCsuRPZyYHDk+ZHCd04lGlYHvb4OI=";
+        hash = "sha256-7tDREZ8ZXYySHrXVOh+ANT23CknJQvZJ8WtU5r0pOOQ=";
       };
       sniprun-bin = rustPlatform.buildRustPackage {
         pname = "sniprun-bin";
@@ -1082,7 +1082,7 @@
           darwin.apple_sdk.frameworks.Security
         ];
 
-        cargoHash = "sha256-h/NhDFp+Yiyx37Tlfu0W9rMnd+ZmQp5gt+qhY3PB7DE=";
+        cargoHash = "sha256-n/HW+q4Xrme/ssS9Th5uFEUsDgkxRxKt2wSR8k08uHY=";
 
         nativeBuildInputs = [ makeWrapper ];