helio-workstation: 3.15 -> 3.16

This commit is contained in:
R. Ryantm 2025-05-25 02:25:04 +00:00
parent 8158addeae
commit 0fd21089d8

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "helio-workstation"; pname = "helio-workstation";
version = "3.15"; version = "3.16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "helio-fm"; owner = "helio-fm";
repo = "helio-workstation"; repo = "helio-workstation";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-SDK3lLcMCmxu1FwkPduNzlgmDU7LKitPqIvsr6rOYDc="; hash = "sha256-JzJA9Y710upgzvsgPEV9QzpRUTYI0i2yi6thnUAcrL0=";
}; };
buildInputs = [ buildInputs = [