3p: update hackyplayer

This commit is contained in:
Luke Granger-Brown 2024-07-13 16:58:21 +00:00
parent 52a0d29396
commit 9274a5cd5f

View file

@ -142,8 +142,8 @@ rec {
hackyplayerSrc = nixpkgs.fetchFromGitHub { hackyplayerSrc = nixpkgs.fetchFromGitHub {
owner = "hacks-r-us"; owner = "hacks-r-us";
repo = "hackyplayer"; repo = "hackyplayer";
rev = "a6815fc0165da9d03e97523ee3f23d1bd2f04cad"; rev = "dce0472d2c5f1ec1e3a7c07765d1710c18d5b309";
hash = "sha256-KId57tgaVchM+eM70/taUarcBfsSydVk/Hm7FqcwG2Q="; hash = "sha256-7IAXGpwKy4V+XlTFxqxKjy7oUpyy9Ec2DzisoPgy3l0=";
}; };
hackyplayer = import hackyplayerSrc { pkgs = nixpkgs; }; hackyplayer = import hackyplayerSrc { pkgs = nixpkgs; };
} }