Skip to content

Commit 58d3f2d

Browse files
committed
gitbutler: 0.14.18 -> 0.14.19
1 parent 917ee0a commit 58d3f2d

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.18";
38+
version = "0.14.19";
3939

4040
src = fetchFromGitHub {
4141
owner = "gitbutlerapp";
4242
repo = "gitbutler";
4343
tag = "release/${version}";
44-
hash = "sha256-lYC7thGiCAW6snGyE+qQteS1WfY9k3aez84U8PEjmjg=";
44+
hash = "sha256-NopuZbgF2jdwuf/p/JzubS0IM5xBnlkh9Tj234auBnE=";
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-VVGdZxfBLj1kKEJjck5jhOsoW4KRUWiup6w6wpRto7Q=";
63+
cargoHash = "sha256-wzSRUZeB5f9Z/D+Sa5Nl77jh7GDnnUehcmwanPcaSKM=";
6464

6565
pnpmDeps = pnpm_9.fetchDeps {
6666
inherit pname version src;
67-
hash = "sha256-v+nW5C4an5Yx6Kfd1iErNiXRofPubgLSNFZu/Ae1DFc=";
67+
hash = "sha256-5NtfstUuIYyntt09Mu9GAFAOImfO6VMmJ7g15kvGaLE=";
6868
};
6969

7070
nativeBuildInputs = [

0 commit comments

Comments
 (0)