gash: 0.3.0 -> 0.3.1 (#427683)

Co-authored-by: wegank <wegank@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] wegank and committed by GitHub eccb62dc 54066a57

+3 -3
+3 -3
pkgs/by-name/ga/gash/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "gash"; 11 - version = "0.3.0"; 11 + version = "0.3.1"; 12 12 13 13 src = fetchurl { 14 - url = "mirror://savannah/gash/gash-${finalAttrs.version}.tar.gz"; 15 - hash = "sha256-VGrsaRBo1nfFjd/BVpXbn4CGFuGfpzMi1Ppno8iXwqk="; 14 + url = "mirror://gnu/guix/mirror/gash-${finalAttrs.version}.tar.gz"; 15 + hash = "sha256-RwPWo+Kg3ztZCC1Ku7vJXlr2Fp/OZGCTjC7O6eaPPBk="; 16 16 }; 17 17 18 18 strictDeps = true;