summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-31 14:29:54 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-31 14:29:54 +0100
commitd46503e61b76490b2ecc6b0e659620f1b343faa0 (patch)
treec304e7a90116485ef414b755e93ac6aeb891a7fe
parent44cee687b57bfcbfc3a4b1fe29deee4fb3da4ca6 (diff)
downloadnixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar.gz
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar.bz2
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar.lz
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar.xz
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.tar.zst
nixpkgs-d46503e61b76490b2ecc6b0e659620f1b343faa0.zip
python310Packages.motionblinds: add changelog to meta
-rw-r--r--pkgs/development/python-modules/motionblinds/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix
index 8ee1e026684..0da0949a557 100644
--- a/pkgs/development/python-modules/motionblinds/default.nix
+++ b/pkgs/development/python-modules/motionblinds/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     owner = "starkillerOG";
     repo = "motion-blinds";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-vms9GcB2GQ7fZDk9f9xvFJ5Df7ArEcKn6frIuL1GwPo=";
+    hash = "sha256-vms9GcB2GQ7fZDk9f9xvFJ5Df7ArEcKn6frIuL1GwPo=";
   };
 
   propagatedBuildInputs = [
@@ -33,6 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library for interfacing with Motion Blinds";
     homepage = "https://github.com/starkillerOG/motion-blinds";
+    changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };