Skip to content

Commit eb6c4e1

Browse files
graypaper: 0.5.2 -> 0.5.3
Diff: gavofyork/graypaper@v0.5.2...v0.5.3
1 parent a710835 commit eb6c4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/graypaper/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66

77
let
8-
version = "0.5.2";
8+
version = "0.5.3";
99
in
1010
runCommand "graypaper"
1111
{
@@ -15,7 +15,7 @@ runCommand "graypaper"
1515
owner = "gavofyork";
1616
repo = "graypaper";
1717
rev = "v${version}";
18-
hash = "sha256-ZfiUgSPoL47H6+vDxk2u2VQ86Tk/EttLgOeBeQh/n20=";
18+
hash = "sha256-9xiKgnKVx9p291Ky3ZJWYFco9Sp2WilKdqUvWjtzYbo=";
1919
};
2020
nativeBuildInputs = [
2121
(texliveBasic.withPackages (

0 commit comments

Comments
 (0)