Merge pull request #251980 from LudovicoPiero/nwg-panel-bump

nwg-panel: 0.9.11 -> 0.9.12
This commit is contained in:
Nick Cao 2023-08-29 08:04:29 +08:00 committed by GitHub
commit dbb569b853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-panel";
version = "0.9.11";
version = "0.9.12";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-panel";
rev = "v${version}";
hash = "sha256-4/R/x3iQ6nsG5OLy/FMA24uxS3xKD/2901gBNe6lkk4=";
hash = "sha256-lCo58v2UGolFagci2xHcieTUvqNc1KKNj3Z92oG5WPI=";
};
# No tests