Skip to content

Commit

Permalink
mlibc version fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcunt committed Jan 14, 2025
1 parent b224fb6 commit fea33d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/ml/mlibc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ let
in
stdenvNoLibc.mkDerivation (finalAttrs: {
pname = "mlibc";
version = "5.0.0-unstable-2025-01-05";
version = "5.0.0-unstable-2025-01-12";

src = fetchFromGitHub {
owner = "managarm";
# temporarily points to my fork of mlibc
owner = "lzcunt";
repo = "mlibc";
rev = "c556f8c17ba19e060f099433e33d35add17d9c7d";
sha256 = "sha256-wQ0dXsFofVYHalGUjPCQoN48uCd/psv0tPcsEdKTrN8=";
rev = "942c050f53cf12c796302748c5ecb260a6c82884";
sha256 = "sha256-2N+nFjoc5+OwKuKf2mwM3KgTnUrV8Q+qHiPmST6EKQ0=";
};

depsBuildBuild = [
Expand Down

0 comments on commit fea33d6

Please sign in to comment.