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 cc0e8af + 520fe03 commit 7dc58b8Copy full SHA for 7dc58b8
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 = "2.3.0";
+ version = "2.4.1";
13
14
src = fetchFromGitHub {
15
owner = "luisbocanegra";
16
repo = "plasma-panel-colorizer";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-Q7qSky/wY5l72EVhTGnwQ8lI3Uu3TnZpgqXaClCxWZQ=";
+ hash = "sha256-YDYVjAbizmo1+E1DVeyISKM4Jb/HkKY/On9RanJBuvI=";
19
};
20
21
nativeBuildInputs = [
0 commit comments