Skip to content

Commit

Permalink
Merge pull request #149831 from r-ryantm/auto-update/mxml
Browse files Browse the repository at this point in the history
minixml: 3.2 -> 3.3
  • Loading branch information
c0bw3b authored Mar 3, 2022
2 parents 17bf14a + 5b67e15 commit 6341419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/minixml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "mxml";
version = "3.2";
version = "3.3";

src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "mxml";
rev = "v${version}";
sha256 = "0zvib87rgsib0w9xp6bks5slq5ma1qbgyyyvr23cv7zkbgw3xgil";
sha256 = "sha256-YN8g8KDk7xnDVK1io0zSLO7erxEp4VQ9heA7Lu/cUUg=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 6341419

Please sign in to comment.