Merge pull request #163132 from suhr/helio

helio-workstation: 3.8 -> 3.9
This commit is contained in:
Lassulus 2022-04-18 19:49:08 +01:00 committed by GitHub
commit 64512ac0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "helio-workstation";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "helio-fm";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-uwRSOJ5WvDH4mfL9pCTCGzuSRT8SIBrI+Wsbumzejv0=";
sha256 = "sha256-AtgKgw+F5lc0Ma3zOxmk3iaZQp2KZb2FP5F8QvvYTT4=";
};
buildInputs = [