mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
urn-timer: unstable-2023-07-01 -> unstable-2023-07-31
This commit is contained in:
parent
988b93ec0d
commit
3a9486d67a
@ -11,19 +11,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "urn-timer";
|
pname = "urn-timer";
|
||||||
version = "unstable-2023-07-01";
|
version = "unstable-2023-07-31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paoloose";
|
owner = "paoloose";
|
||||||
repo = "urn";
|
repo = "urn";
|
||||||
rev = "8efdabcdd806b3b8997b82925d26209e6da8311b";
|
rev = "2dad51949aa21e0e66a3d34e916fb66689c6be2e";
|
||||||
hash = "sha256-lQVdHD3IkITJ2P2zimhFLTxmOzZkdWOg/RhR2xlBLJU=";
|
hash = "sha256-0pZjgKW4kyBgMGKEa8ZMhKtzbJX2MoXKID++iy16m2A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace Makefile --replace 'rsync -a --exclude=".*"' 'cp -r'
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
xxd
|
xxd
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user