Skip to content

Commit

Permalink
graypaper: 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andresilva committed Feb 2, 2025
1 parent 47c4aab commit ac4e91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/graypaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:

let
version = "0.6.0";
version = "0.6.1";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-YCXq+nscYzKyyPQsFxQ2RUyKLDYO+fwl0CiXMtCGHO8=";
hash = "sha256-gja9iAQFTGTk61co+NekRb/KBdGZ8y8PbwndUqk7n+w=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit ac4e91a

Please sign in to comment.