diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-14 02:51:09 +0300 |
commit | 39ed30937ec29217820583e07ff1f447d08b9898 (patch) | |
tree | 96dc9d1a62e320c89510cd910add2ce8fb819850 /modules/common | |
parent | 2023-04-12 (diff) |
2023-04-14
Diffstat (limited to '')
-rw-r--r-- | modules/common/common/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/common/nix/default.nix b/modules/common/common/nix/default.nix index dc73d68..dea9358 100644 --- a/modules/common/common/nix/default.nix +++ b/modules/common/common/nix/default.nix @@ -99,7 +99,7 @@ with lib; { patches = [./patches/alejandra-no-ads.patch]; }); - inherit (pkgsPR "225109" "sha256-aLQcBwo2y92bn/nugidJtFCCEdkNOkSsTeoZ5B2Qt1c=") libvlc; + inherit (pkgsPR "225985" "sha256-wS8vyIEH2gFt3cLvSrROTULu8N8FCUle6cy2zqHN+VI=") mangohud; } // (with super; let np = nodePackages; |