about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-23 04:20:00 +0000
committertomf <tom@tom-fitzhenry.me.uk>2024-02-24 21:27:00 +1100
commit8e8148f624362e60a5adf1b9efcdfcf246047bbc (patch)
tree3a969f60e9bd4b2f5ae068fc7be146aaffbc4c02 /pkgs/applications/version-management
parentd743b7f87d4d0f0cf9009658bfec3d6860d3ffe3 (diff)
downloadnixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar.gz
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar.bz2
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar.lz
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar.xz
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.tar.zst
nixlib-8e8148f624362e60a5adf1b9efcdfcf246047bbc.zip
git-absorb: 0.6.11 -> 0.6.12
Diff: https://github.com/tummychow/git-absorb/compare/refs/tags/0.6.11...0.6.12
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-absorb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-absorb/default.nix b/pkgs/applications/version-management/git-absorb/default.nix
index b45df5d9a0f6..13dcac9fde6d 100644
--- a/pkgs/applications/version-management/git-absorb/default.nix
+++ b/pkgs/applications/version-management/git-absorb/default.nix
@@ -2,20 +2,20 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "git-absorb";
-  version = "0.6.11";
+  version = "0.6.12";
 
   src = fetchFromGitHub {
     owner = "tummychow";
     repo = "git-absorb";
     rev = "refs/tags/${version}";
-    hash = "sha256-SYBJKnzv2oktWubgm/j6wEeoLSBjGqQVXQf9LOaq+NU=";
+    hash = "sha256-yHCO1v1d0MUakae16fFVvtKG3rVxU/Cii/G6IKzyebA=";
   };
 
   nativeBuildInputs = [ installShellFiles ];
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];
 
-  cargoHash = "sha256-i2ntM7NTi+hiB7DxEEV+3SXV8sVVWcNanif/wUZ9XvI=";
+  cargoHash = "sha256-Bx7gH7jSLizG95JyBtziPBby9mF1Nj3CQexIg6gaiM0=";
 
   postInstall = ''
     installManPage Documentation/git-absorb.1