Skip to content

Commit

Permalink
mystmd: 1.3.4 -> 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 5, 2024
1 parent cc75a58 commit b14fef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/my/mystmd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildNpmPackage rec {
pname = "mystmd";
version = "1.3.4";
version = "1.3.6";

src = fetchFromGitHub {
owner = "executablebooks";
repo = "mystmd";
rev = "mystmd@${version}";
hash = "sha256-aZUDIQs4n2s842tq23pU/ZUW+1fF4XXEmgnapdZH8wQ=";
hash = "sha256-xcmiWJIeOW+0h2Fd7uAYyrD4+K/tLCWbyyeumD+4MMQ=";
};

npmDepsHash = "sha256-IXdmzuQaBEbwjXssYaDLvxyTl+i2U/JTalg8lSGvuR0=";
npmDepsHash = "sha256-X4198iURcZDODA/mrpPwobA/1PG4M9k9G4tClB3qVQ0=";

dontNpmInstall = true;

Expand Down

0 comments on commit b14fef9

Please sign in to comment.