Skip to content

Commit

Permalink
goofcord: 1.6.0 -> 1.7.0 (NixOS#343053)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 20, 2024
2 parents b6c57d2 + 489ff23 commit 33c30f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/goofcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "goofcord";
version = "1.6.0";
version = "1.7.0";

src = fetchFromGitHub {
owner = "Milkshiift";
repo = "GoofCord";
rev = "v${finalAttrs.version}";
hash = "sha256-hG8nHAuEHw/tjFnGKhSXwO+2l91OOnQUIAK05SvEquU=";
hash = "sha256-ly0HkDFofdOgXOmlUW1za4u2INopiPs6B2kTC217/T0=";
};

nativeBuildInputs = [
Expand All @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm'.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-wF7G8rs1Fg7whEftQ554s4C2CixP5/1oFudR5yY07Rk=";
hash = "sha256-455MGicIaC9WSUiwsbhdXxc8Cs3oqaneyOrMDPWsABw=";
};

env = {
Expand Down

0 comments on commit 33c30f4

Please sign in to comment.