Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nwg-panel: 0.10.1 -> 0.10.2 (#404268)

Co-authored-by: LudovicoPiero <LudovicoPiero@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] LudovicoPiero and committed by GitHub 4c2a26ba 61129b9e

Changed files
+2 -2
pkgs
by-name
nw
nwg-panel
+2 -2
pkgs/by-name/nw/nwg-panel/package.nix
··· 23 23 24 24 python3Packages.buildPythonApplication rec { 25 25 pname = "nwg-panel"; 26 - version = "0.10.1"; 26 + version = "0.10.2"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "nwg-piotr"; 30 30 repo = "nwg-panel"; 31 31 tag = "v${version}"; 32 - hash = "sha256-ZQQRuYcctVKkE1GLx0VRAOZc0VTl1DuyR6y9CE5TbcE="; 32 + hash = "sha256-Wml9FXktLjTtYWTE/yoYDwFcPXeL1zhY3VgzrMW8DzE="; 33 33 }; 34 34 35 35 # No tests