Commit 19099e51 authored by R. RyanTM's avatar R. RyanTM
Browse files

hobbits: 0.54.0 -> 0.54.1

parent 8cf34f78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "hobbits";
  version = "0.54.0";
  version = "0.54.1";

  src = fetchFromGitHub {
    owner = "Mahlet-Inc";
    repo = "hobbits";
    rev = "v${version}";
    hash = "sha256-zbpYVoWOffMxx2RS5gXw+rpwdxoRutH/yzZqJIc57UU=";
    hash = "sha256-SbSuw5e2ll/wU5UBV0MOlvCXb4rvPtsE4l8XzRbBiLI=";
  };

  postPatch = ''