hobbits: 0.53.2 -> 0.54.0

This commit is contained in:
R. Ryantm 2023-02-25 14:44:04 +00:00
parent 21299ca839
commit a15c903b4b

View File

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