mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #132600 from r-ryantm/auto-update/groonga
groonga: 11.0.4 -> 11.0.5
This commit is contained in:
commit
26098472f6
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "groonga";
|
||||
version = "11.0.4";
|
||||
version = "11.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-a/IMroZ1zAgIv7Cx4kkj5byIMoC0o+seHhqVLaUUSqc=";
|
||||
sha256 = "sha256-oBABhMKLezjPeHkWfqesy+ze+CPnWfmS17vCKC7fWEU=";
|
||||
};
|
||||
|
||||
buildInputs = with lib;
|
||||
|
|
Loading…
Reference in a new issue