helio-workstation: 3.4 -> 3.6

(cherry picked from commit d6ad9712ef134833dc6becefb6dc71c6404000e4)
This commit is contained in:
Сухарик 2021-05-24 11:59:33 +03:00 committed by github-actions[bot]
parent d5d7312426
commit df81c53bc9

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "helio-workstation";
version = "3.4";
version = "3.6";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-zXsDu/xi7OV6VtnZK9ZJ8uwPeA5uTgNpAQsqe90iwG4=";
sha256 = "sha256-qW39g6rQ5VPQ3Hx9NmwLbpZiITnzFZDZlcLkE+pJKPc=";
};
buildInputs = [