Skip to content

Commit 35c8691

Browse files
authoredMar 24, 2025
gitbutler: 0.14.7 -> 0.14.13 (#392628)
2 parents 9675af6 + b435f97 commit 35c8691

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎pkgs/by-name/gi/gitbutler/package.nix

+6-4
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ in
3535

3636
rustPlatform.buildRustPackage rec {
3737
pname = "gitbutler";
38-
version = "0.14.7";
38+
version = "0.14.13";
3939

4040
src = fetchFromGitHub {
4141
owner = "gitbutlerapp";
4242
repo = "gitbutler";
4343
tag = "release/${version}";
44-
hash = "sha256-4RWZ1eRUvHj+PU9iNnDsq8k5qHpkAn6g4Zn0cXyUEzM=";
44+
hash = "sha256-FEqlHTc7QzosjFfPYl1VgEZVJPweiaNmDzLmC6PHsA4=";
4545
};
4646

4747
# Let Tauri know what version we're building
@@ -60,11 +60,11 @@ rustPlatform.buildRustPackage rec {
6060
'';
6161

6262
useFetchCargoVendor = true;
63-
cargoHash = "sha256-f7FMJ4h+gFwHnKwisbn1c7Si2/aPJqxhqQ7ablNu3yo=";
63+
cargoHash = "sha256-vNvjUYLzwN/AjRUOXaQBstmW2LyFZBHcVdBG674ZJCA=";
6464

6565
pnpmDeps = pnpm_9.fetchDeps {
6666
inherit pname version src;
67-
hash = "sha256-w7DGB9OlzXMsgikCbhBcsVQzKx2atSqIOAKF+kfNoTM=";
67+
hash = "sha256-egCJ3rcRrtMpj9AH1rx5uRT0SRho611Gx9ggVRmjFmc=";
6868
};
6969

7070
nativeBuildInputs = [
@@ -109,6 +109,8 @@ rustPlatform.buildRustPackage rec {
109109
++ lib.concatMap excludeSpec [
110110
# Requires Git directories
111111
"but-core"
112+
"but-rebase"
113+
"but-workspace"
112114
# Fails due to the issues above and below
113115
"but-hunk-dependency"
114116
# Errors with "Lazy instance has previously been poisoned"

0 commit comments

Comments
 (0)
Failed to load comments.