We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5185052 + 0a828d4 commit be7d22fCopy full SHA for be7d22f
pkgs/by-name/su/supergfxctl-plasmoid/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
pname = "supergfxctl-plasmoid";
10
- version = "2.0.0";
+ version = "2.1.1";
11
12
src = fetchFromGitLab {
13
owner = "jhyub";
14
repo = "supergfxctl-plasmoid";
15
rev = "refs/tags/v${version}";
16
- hash = "sha256-m3NmbFD9tqqCyiQgMVRNtlCZy7q+rMCsWgtds1QdOrE=";
+ hash = "sha256-Un2uVTde18qloZoWk6bbscyvsBTIAdK1CfxYAZg1+F4=";
17
};
18
19
nativeBuildInputs = [
0 commit comments