Unverified Commit e41f2918 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

helio-workstation: 3.13 -> 3.14 (#348618)

parents 47c5b4f2 9eee9d46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

stdenv.mkDerivation rec {
  pname = "helio-workstation";
  version = "3.13";
  version = "3.14";

  src = fetchFromGitHub {
    owner = "helio-fm";
    repo = pname;
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-esCulHphPD0gr0dsVBnRTvsGp56vHZmzdbz99mWq9R4=";
    hash = "sha256-o8vMHt6ypHY7HOHnhMifQphxGb5MjSg3hREVOnIdqfc=";
  };

  buildInputs = [