Skip to content

Commit 5a6f2d8

Browse files
gitbutler: 0.14.14 -> 0.14.16 (NixOS#397719)
Co-authored-by: techknowlogick <[email protected]>
2 parents 650086a + 9015e44 commit 5a6f2d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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.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 = [

0 commit comments

Comments
 (0)