Merge pull request #249476 from r-ryantm/auto-update/gex

gex: 0.6.1 -> 0.6.2

authored by Pol Dellaiera and committed by GitHub eee1caf1 e18b266a

+3 -3
+3 -3
pkgs/applications/version-management/gex/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gex"; 10 - version = "0.6.1"; 11 12 src = fetchFromGitHub { 13 owner = "Piturnah"; 14 repo = pname; 15 rev = "v${version}"; 16 - hash = "sha256-OCC2kHPHWFwqdE0THNZbH7d3gxTBD5MUMWY6PO5GuHU"; 17 }; 18 19 nativeBuildInputs = [ pkg-config ]; ··· 22 libgit2_1_6 23 ]; 24 25 - cargoHash = "sha256-28sMY47LAdaGmPNmxeu/w1Pn6AV3JlWbxFcit5pLkI0"; 26 27 meta = with lib; { 28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gex"; 10 + version = "0.6.2"; 11 12 src = fetchFromGitHub { 13 owner = "Piturnah"; 14 repo = pname; 15 rev = "v${version}"; 16 + hash = "sha256-iCK3fiVchbfQh5JPHzBN/b24dkoXKW5dJdCsyoG0Kvw="; 17 }; 18 19 nativeBuildInputs = [ pkg-config ]; ··· 22 libgit2_1_6 23 ]; 24 25 + cargoHash = "sha256-5w8VzYoevWesMGQJe4rDbugCFQrE1LDNb69CaJ2bQ0w="; 26 27 meta = with lib; { 28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";