diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2026-01-18 00:48:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 00:48:41 +0000 |
| commit | 7e4adc176dd4d540c706ae3b6c662eb4fc85d827 (patch) | |
| tree | aa06461a1c3e275c0a3492aee7217964c1107141 | |
| parent | 464e15152fd3c9c4a7460cde339f545e0be00c66 (diff) | |
| parent | 69345b30d2b796efc79c64e5bd9ee79aa9440e66 (diff) | |
gogh: 362 -> 364 (#480626)
| -rw-r--r-- | pkgs/by-name/go/gogh/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/go/gogh/package.nix b/pkgs/by-name/go/gogh/package.nix index dff132dd444d..a51792f20d0c 100644 --- a/pkgs/by-name/go/gogh/package.nix +++ b/pkgs/by-name/go/gogh/package.nix @@ -25,13 +25,13 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "gogh"; - version = "362"; + version = "364"; src = fetchFromGitHub { owner = "Gogh-Co"; repo = "Gogh"; tag = "v${finalAttrs.version}"; - hash = "sha256-FlMf7CzdGcGor+wi293CW2PT14O1VRzQbbxnNMmwFqk="; + hash = "sha256-DVaUmpXWGb+bIdGZqXbiAsiuGTrwvPJdxCyA4g82LFA="; }; postPatch = '' |
