Commit a23dd2621469
Changed files (1)
nix
packages
adi1090x-plymouth
nix/packages/adi1090x-plymouth/default.nix
@@ -1,11 +1,14 @@
-{ pkgs }:
+{ pkgs, fetchFromGitHub }:
pkgs.stdenv.mkDerivation rec {
pname = "adi1090x-plymouth";
version = "0.0.1";
- src = builtins.fetchGit {
- url = "https://github.com/adi1090x/plymouth-themes";
+ src = fetchFromGitHub {
+ owner = "adi1090x";
+ repo = "plymouth-themes";
+ rev = "bf2f570bee8e84c5c20caac353cbe1d811a4745f";
+ sha256 = "sha256-VNGvA8ujwjpC2rTVZKrXni2GjfiZk7AgAn4ZB4Baj2k=";
};
buildInputs = [