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.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 = [
You can’t perform that action at this time.
0 commit comments