Skip to content

Commit

Permalink
knightos-mkrom: unstable-2020-06-11 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben committed Sep 9, 2020
1 parent 309d47a commit ad473ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/knightos/mkrom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "mkrom";
version = "unstable-2020-06-11";
version = "1.0.2";

src = fetchFromGitHub {
owner = "KnightOS";
repo = "mkrom";
rev = "7a735ecbe09409e74680a9dc1c50dd4db99a409f";
sha256 = "18h7a0fb5zb991iy9ljpknmk9qvl9nz3yh1zh5bm399rpxn4nzx3";
rev = "${version}";
sha256 = "1nx3787gvs04xdvvamzkjkn9nmy2w70ja8dnh4szk420mvpc85na";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ad473ca

Please sign in to comment.