We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb9741 commit e900ca7Copy full SHA for e900ca7
pkgs/by-name/gi/git-chain/package.nix
@@ -12,13 +12,13 @@
12
13
rustPlatform.buildRustPackage {
14
pname = "git-chain";
15
- version = "0-unstable-2024-11-16";
+ version = "0-unstable-2025-03-10";
16
17
src = fetchFromGitHub {
18
owner = "dashed";
19
repo = "git-chain";
20
- rev = "90165393a9e78b1e0837b8ad0c6acd8b1253731a";
21
- hash = "sha256-hRBymc4wmmniD4IwmgxSw1EIkT6omoqdrnwr+Eaa/yg=";
+ rev = "d06b022b7bccf612fc5651c7ae119b37f69ac4ca";
+ hash = "sha256-lfiwRJSzOlWdj9BfPfb/Vnd2NtzyK7HAHhERKFYOjM8=";
22
};
23
24
useFetchCargoVendor = true;
0 commit comments