Unverified Commit 9bd1fcd8 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

helio-workstation: 3.16 -> 3.17 (#469319)

parents 68091913 806f1683
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.16";
  version = "3.17";

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

  buildInputs = [