Unverified Commit 900a28cc authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

helio-workstation: 3.15 -> 3.16 (#410694)

parents bcd6a4d0 0fd21089
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

stdenv.mkDerivation rec {
  pname = "helio-workstation";
  version = "3.15";
  version = "3.16";

  src = fetchFromGitHub {
    owner = "helio-fm";
    repo = "helio-workstation";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-SDK3lLcMCmxu1FwkPduNzlgmDU7LKitPqIvsr6rOYDc=";
    hash = "sha256-JzJA9Y710upgzvsgPEV9QzpRUTYI0i2yi6thnUAcrL0=";
  };

  buildInputs = [