3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #282931 from r-ryantm/auto-update/nwg-displays

nwg-displays: 0.3.10 -> 0.3.12
This commit is contained in:
OTABI Tomoya 2024-01-25 10:25:10 +09:00 committed by GitHub
commit 757dc47f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,13 @@
python310Packages.buildPythonApplication rec {
pname = "nwg-displays";
version = "0.3.10";
version = "0.3.12";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-displays";
rev = "v${version}";
hash = "sha256-clL34Ewzf0sJEWiye4L4e1RrPFIHkmotLpPaibGvVY4=";
rev = "refs/tags/v${version}";
hash = "sha256-cr+2ejpXEOg0e86tT37o9400J299DQSkOrQUZE5+V2s=";
};
nativeBuildInputs = [