supergfxctl-plasmoid: 2.0.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-12-04 05:56:53 +00:00
parent cb35b9803f
commit 0a828d4e8f

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "supergfxctl-plasmoid";
version = "2.0.0";
version = "2.1.1";
src = fetchFromGitLab {
owner = "jhyub";
repo = "supergfxctl-plasmoid";
rev = "refs/tags/v${version}";
hash = "sha256-m3NmbFD9tqqCyiQgMVRNtlCZy7q+rMCsWgtds1QdOrE=";
hash = "sha256-Un2uVTde18qloZoWk6bbscyvsBTIAdK1CfxYAZg1+F4=";
};
nativeBuildInputs = [