lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #245427 from evanrichter/gex-0.6.0

gex: 0.5.0 -> 0.6.0

authored by

figsoda and committed by
GitHub
560e65be 17d98b5b

+3 -3
+3 -3
pkgs/applications/version-management/gex/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "gex"; 11 - version = "0.5.0"; 11 + version = "0.6.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Piturnah"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-//sQ0s8bBQzuu5aO3RjPRjFuVYiGW6BwSPoCWKAx9DQ="; 17 + hash = "sha256-J2tmDpt4vRFgD5yfFZOdBLROvyZVEthc+MHM1Yta5jI="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ pkg-config ]; 21 21 buildInputs = [ libgit2 ]; 22 22 23 - cargoHash = "sha256-rkhkFnRDtMTWFM+E5C4jR7TWtHdy3WUtIzvGDDLHqtE="; 23 + cargoHash = "sha256-AsUHswR7+wMyAvOp3rkvRJvThHLH993gQ+/V38vbbNQ="; 24 24 25 25 meta = with lib; { 26 26 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";