about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-02-20 18:21:07 +0100
committerGitHub <noreply@github.com>2024-02-20 18:21:07 +0100
commit41255a96afaf6beb52c2fe22b414ae53e21bcea3 (patch)
tree4da15d038923d8ae4663b6d45acb937166249e0e
parent752f06a630ed1c605fa92be0795719c55a14a8e0 (diff)
parentd7ff5c623b349d1a0a3033817145be8d1fadcda1 (diff)
Merge pull request #289586 from r-ryantm/auto-update/git-ignore
git-ignore: 1.2.2 -> 1.3.1
-rw-r--r--pkgs/applications/version-management/git-ignore/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-ignore/default.nix b/pkgs/applications/version-management/git-ignore/default.nix
index ca931ac2786dc..d15c646a2d01f 100644
--- a/pkgs/applications/version-management/git-ignore/default.nix
+++ b/pkgs/applications/version-management/git-ignore/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "git-ignore";
-  version = "1.2.2";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "sondr3";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-kIRuoY0dM2t+aY4iYdik9gUpG+81sDiJLD11Bmx68FI=";
+    hash = "sha256-kfc4LIFjLMltCn3BPaEfxc/yOZxFjYioyobTQZN/RmY=";
   };
 
-  cargoHash = "sha256-6sb+OW5VtA6vY6fDtsaZePZD53ehH7QawxJJlUNsrnM=";
+  cargoHash = "sha256-HoW10XzWIjxsqoKVKQkMf5in7pOODGnUM0cRZP1OJpg=";
 
   nativeBuildInputs = [
     installShellFiles