darwin.rewrite-tbd: 20201114 -> unstable-2023-03-27

+4 -4
+4 -4
pkgs/os-specific/darwin/rewrite-tbd/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "rewrite-tbd"; 5 - version = "20201114"; 5 + version = "unstable-2023-03-27"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "thefloweringash"; 9 9 repo = "rewrite-tbd"; 10 - rev = "988f29c6ccbca9b883966225263d8d78676da6a3"; 11 - sha256 = "08sk91zwj6n9x2ymwid2k7y0rwv5b7p6h1b25ipx1dv0i43p6v1a"; 10 + rev = "d7852691762635028d237b7d00c3dc6a6613de79"; 11 + hash = "sha256-syxioFiGvEv4Ypk5hlIjLQth5YmdFdr+NC+aXSXzG4k="; 12 12 }; 13 13 14 14 # Nix takes care of these paths. Avoiding the use of `pkg-config` prevents an infinite recursion. ··· 25 25 meta = with lib; { 26 26 homepage = "https://github.com/thefloweringash/rewrite-tbd/"; 27 27 description = "Rewrite filepath in .tbd to Nix applicable format"; 28 - platforms = platforms.darwin; 28 + platforms = platforms.unix; 29 29 license = licenses.mit; 30 30 }; 31 31 }