Skip to content

Commit 8bd6a16

Browse files
plasma-panel-colorizer: 1.2.0 -> 2.1.0 (#377245)
Co-authored-by: HeitorAugustoLN <[email protected]>
2 parents 5b1b783 + c40d9b2 commit 8bd6a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plasma-panel-colorizer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "plasma-panel-colorizer";
12-
version = "1.2.0";
12+
version = "2.1.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "luisbocanegra";
1616
repo = "plasma-panel-colorizer";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-yeUicFoafKqj6suVJSaaNjmT+g+ZYb8QsguYyKNBYFA=";
18+
hash = "sha256-Xv1yGIGIWqfxukJub0X2sH0XwtRTr13p+vDi+Wdgnkg=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)