1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
rustPlatform . buildRustPackage rec {
37
37
pname = "gitbutler" ;
38
- version = "0.14.7 " ;
38
+ version = "0.14.13 " ;
39
39
40
40
src = fetchFromGitHub {
41
41
owner = "gitbutlerapp" ;
42
42
repo = "gitbutler" ;
43
43
tag = "release/${ version } " ;
44
- hash = "sha256-4RWZ1eRUvHj+PU9iNnDsq8k5qHpkAn6g4Zn0cXyUEzM =" ;
44
+ hash = "sha256-FEqlHTc7QzosjFfPYl1VgEZVJPweiaNmDzLmC6PHsA4 =" ;
45
45
} ;
46
46
47
47
# Let Tauri know what version we're building
@@ -60,11 +60,11 @@ rustPlatform.buildRustPackage rec {
60
60
'' ;
61
61
62
62
useFetchCargoVendor = true ;
63
- cargoHash = "sha256-f7FMJ4h+gFwHnKwisbn1c7Si2/aPJqxhqQ7ablNu3yo =" ;
63
+ cargoHash = "sha256-vNvjUYLzwN/AjRUOXaQBstmW2LyFZBHcVdBG674ZJCA =" ;
64
64
65
65
pnpmDeps = pnpm_9 . fetchDeps {
66
66
inherit pname version src ;
67
- hash = "sha256-w7DGB9OlzXMsgikCbhBcsVQzKx2atSqIOAKF+kfNoTM =" ;
67
+ hash = "sha256-egCJ3rcRrtMpj9AH1rx5uRT0SRho611Gx9ggVRmjFmc =" ;
68
68
} ;
69
69
70
70
nativeBuildInputs = [
@@ -109,6 +109,8 @@ rustPlatform.buildRustPackage rec {
109
109
++ lib . concatMap excludeSpec [
110
110
# Requires Git directories
111
111
"but-core"
112
+ "but-rebase"
113
+ "but-workspace"
112
114
# Fails due to the issues above and below
113
115
"but-hunk-dependency"
114
116
# Errors with "Lazy instance has previously been poisoned"
0 commit comments