Skip to content

Commit

Permalink
maizzle: 1.5.9 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 69e1e8b commit 9623e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/maizzle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildNpmPackage rec {
pname = "maizzle";
version = "1.5.9";
version = "2.0.0";

src = fetchFromGitHub {
owner = "maizzle";
repo = "cli";
rev = "v${version}";
hash = "sha256-r3HWqfm/BdOfENi5cGdau7ockvNLxnWufWcQepI/RFM=";
hash = "sha256-Nzl4Pp1jY+LaQgLDJHjEdDA8b6MOfMXZNpvazPdmrTA=";
};

npmDepsHash = "sha256-WlqWOGwmSab+cJWPUFIBWuFwMK4lFQm80PoUfEIIIH8=";
npmDepsHash = "sha256-ZPZALeuerHXAJuoCcqIwxsChuhBJ/zABYjb7+pcs4pU=";

dontNpmBuild = true;

Expand Down

0 comments on commit 9623e83

Please sign in to comment.