Merge pull request #218261 from r-ryantm/auto-update/hobbits

hobbits: 0.53.2 -> 0.54.0
This commit is contained in:
Nikolay Korotkiy 2023-02-26 11:34:29 +04:00 committed by GitHub
commit f44976929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hobbits"; pname = "hobbits";
version = "0.53.2"; version = "0.54.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mahlet-Inc"; owner = "Mahlet-Inc";
repo = "hobbits"; repo = "hobbits";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-X2DotmzqeIESkO6o39si4kEkRhLO7yBr6Djh+0s+lFc="; hash = "sha256-zbpYVoWOffMxx2RS5gXw+rpwdxoRutH/yzZqJIc57UU=";
}; };
postPatch = '' postPatch = ''