Merge pull request #246390 from fgaz/urn-timer/2023-07-31

urn-timer: unstable-2023-07-01 -> unstable-2023-07-31
This commit is contained in:
Nick Cao 2023-07-31 19:18:41 -06:00 committed by GitHub
commit ce1e5348b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,19 +11,15 @@
stdenv.mkDerivation {
pname = "urn-timer";
version = "unstable-2023-07-01";
version = "unstable-2023-07-31";
src = fetchFromGitHub {
owner = "paoloose";
repo = "urn";
rev = "8efdabcdd806b3b8997b82925d26209e6da8311b";
hash = "sha256-lQVdHD3IkITJ2P2zimhFLTxmOzZkdWOg/RhR2xlBLJU=";
rev = "2dad51949aa21e0e66a3d34e916fb66689c6be2e";
hash = "sha256-0pZjgKW4kyBgMGKEa8ZMhKtzbJX2MoXKID++iy16m2A=";
};
postPatch = ''
substituteInPlace Makefile --replace 'rsync -a --exclude=".*"' 'cp -r'
'';
nativeBuildInputs = [
xxd
pkg-config