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.
1 parent 3f62a1c commit 46011e4Copy full SHA for 46011e4
pkgs/by-name/pl/plasma-panel-colorizer/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "plasma-panel-colorizer";
12
- version = "3.0.1";
+ version = "4.2.0";
13
14
src = fetchFromGitHub {
15
owner = "luisbocanegra";
16
repo = "plasma-panel-colorizer";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-d1NqC8m2ujNsAuHTKRiNz179DzlTc08SKtY/QKHB1xw=";
+ hash = "sha256-fqhuW7SoUluUJU0tv1MIUX1IhOn3j514Hlrdxlnqvvg=";
19
};
20
21
nativeBuildInputs = [
0 commit comments