File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/gi/gitbutler Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636rustPlatform . buildRustPackage rec {
3737 pname = "gitbutler" ;
38- version = "0.14.14 " ;
38+ version = "0.14.16 " ;
3939
4040 src = fetchFromGitHub {
4141 owner = "gitbutlerapp" ;
4242 repo = "gitbutler" ;
4343 tag = "release/${ version } " ;
44- hash = "sha256-GBQNk31rgNgAntur5DjmG4CKWvwvbpfaT2T6H7XMHQ0 =" ;
44+ hash = "sha256-SbxoLlXa6ZouZPY4P29ol9caDrM9XyJyBl35Wemmh9Y =" ;
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-nKBCoKqq93fV3O4imX3sHYj5QnycIWDKvYyOB7Daeo8 =" ;
63+ cargoHash = "sha256-VlGHexsNOwipyKiotWYgt8E+x6C22a7xW2Zft39FeJE =" ;
6464
6565 pnpmDeps = pnpm_9 . fetchDeps {
6666 inherit pname version src ;
67- hash = "sha256-ogCr2gzxox6UkFgaWTgZaEba5l++nzvuZa0NeRexnko =" ;
67+ hash = "sha256-Zf/n49nb1PcE3RMeBoN3EAershxQh1AO8Hx9m3NV9XM =" ;
6868 } ;
6969
7070 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments