cue2pops: unstable-2018-01-04 -> 0-unstable-2023-01-15
This commit is contained in:
@@ -5,19 +5,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "cue2pops";
|
pname = "cue2pops";
|
||||||
version = "unstable-2018-01-04";
|
version = "0-unstable-2023-01-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "makefu";
|
owner = "makefu";
|
||||||
repo = "cue2pops-linux";
|
repo = "cue2pops-linux";
|
||||||
rev = "541863adf23fdecde92eba5899f8d58586ca4551";
|
rev = "3f2be6126bd50dfe6b998bc8926f88ce9139c19a";
|
||||||
sha256 = "05w84726g3k33rz0wwb9v77g7xh4cnhy9sxlpilf775nli9bynrk";
|
hash = "sha256-7rgYvqeH8ZDI8Vc5vnjIhe3Ke0TE1q/iFHEqucanhUM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install --directory --mode=755 $out/bin
|
install --directory --mode=755 $out/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user