3p: update hackyplayer
This commit is contained in:
parent
52a0d29396
commit
9274a5cd5f
1 changed files with 2 additions and 2 deletions
4
third_party/default.nix
vendored
4
third_party/default.nix
vendored
|
@ -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; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue