From ac4e91a0c75cf422b80f06d6edcecb9bf63727e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Feb 2025 13:41:52 +0000 Subject: [PATCH] graypaper: 0.6.0 -> 0.6.1 Diff: https://github.com/gavofyork/graypaper/compare/v0.6.0...v0.6.1 --- pkgs/graypaper/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/graypaper/default.nix b/pkgs/graypaper/default.nix index 015079d..e7497f8 100644 --- a/pkgs/graypaper/default.nix +++ b/pkgs/graypaper/default.nix @@ -5,7 +5,7 @@ }: let - version = "0.6.0"; + version = "0.6.1"; in runCommand "graypaper" { @@ -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 (