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 798f303 commit c40d9b2Copy full SHA for c40d9b2
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 = "1.2.0";
+ version = "2.1.0";
13
14
src = fetchFromGitHub {
15
owner = "luisbocanegra";
16
repo = "plasma-panel-colorizer";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-yeUicFoafKqj6suVJSaaNjmT+g+ZYb8QsguYyKNBYFA=";
+ hash = "sha256-Xv1yGIGIWqfxukJub0X2sH0XwtRTr13p+vDi+Wdgnkg=";
19
};
20
21
nativeBuildInputs = [
0 commit comments