tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nwg-panel: 0.3.2 -> 0.4.2
Artturin
4 years ago
3fe047d6
ecc96854
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
nwg-panel
default.nix
+2
-2
pkgs/applications/misc/nwg-panel/default.nix
···
13
13
14
14
python3Packages.buildPythonApplication rec {
15
15
pname = "nwg-panel";
16
16
-
version = "0.3.2";
16
16
+
version = "0.4.2";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "nwg-piotr";
20
20
repo = "nwg-panel";
21
21
rev = "v${version}";
22
22
-
hash = "sha256-x5lGVF6eRhOVXrsBatdsiUiWs/+FxRlCtp79zA206RY=";
22
22
+
sha256 = "sha256-+zJNTFYNIJKa5jK/215MoxjMKScCdWAAh4cQjEise/Q=";
23
23
};
24
24
25
25
# No tests