about summary refs log tree commit diff
path: root/pkgs/applications/networking/mkchromecast
diff options
context:
space:
mode:
authorarcnmx <git@git.arcn.mx>2022-11-25 17:16:27 -0800
committerarcnmx <git@git.arcn.mx>2022-11-25 17:16:27 -0800
commitf604963c0688f1bfac7a6e824fbf21c4fd5b3385 (patch)
tree274d8a7334afd450d5c146e2848e9f0377d17512 /pkgs/applications/networking/mkchromecast
parent5bb01fc84459d6d2ea14b17f75b5cd99b7f2fac6 (diff)
mkchromecast: 2020-10-17 -> 2022-10-31
Diffstat (limited to 'pkgs/applications/networking/mkchromecast')
-rw-r--r--pkgs/applications/networking/mkchromecast/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mkchromecast/default.nix b/pkgs/applications/networking/mkchromecast/default.nix
index ec2857753d7e3..b0ed32511910d 100644
--- a/pkgs/applications/networking/mkchromecast/default.nix
+++ b/pkgs/applications/networking/mkchromecast/default.nix
@@ -28,13 +28,13 @@ let packages = [
 in
 python3Packages.buildPythonApplication rec {
   pname = "mkchromecast-unstable";
-  version = "2020-10-17";
+  version = "2022-10-31";
 
   src = fetchFromGitHub rec {
     owner = "muammar";
     repo = "mkchromecast";
-    rev = "eb9da74d887acd70ed179e6e4c0cbed4ff83de04";
-    sha256 = "1l565n3rmyghc4vzh80gazvdks1i97j1h94x33pkmxxlf9a9rncj";
+    rev = "0de9fd78c4122dec4f184aeae2564790b45fe6dc";
+    sha256 = "sha256-dxsIcBPrZaXlsfzOEXhYj2qoK5LRducJG2ggMrMMl9Y=";
   };
 
   propagatedBuildInputs = with python3Packages; [
@@ -80,5 +80,6 @@ python3Packages.buildPythonApplication rec {
     description = "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices";
     license = licenses.mit;
     maintainers = with maintainers; [ shou ];
+    mainProgram = "mkchromecast";
   };
 }