papeer: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-01-13 06:02:05 +00:00
committed by Emery Hemingway
parent 171cf4b6ca
commit 48a95e4cbb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "papeer";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "lapwat";
repo = pname;
rev = "v${version}";
hash = "sha256-wUlvv7kXDr33tJuaMm+V68qQZMWEHyXPBkwRKQhqthY=";
hash = "sha256-S94hdtrdaABcOHTHMVTLcl/5IV45MFmWhFZdXQl6wZc=";
};
vendorHash = "sha256-3QRSdkx9p0H+zPB//bpWCBKKjKjrx0lHMk5lFm+U7pA=";