papeer: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-03-07 14:36:45 +05:30
committed by Emery Hemingway
parent cee01a7a06
commit e31a8ecf35
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "papeer";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "lapwat";
repo = pname;
rev = "v${version}";
hash = "sha256-S94hdtrdaABcOHTHMVTLcl/5IV45MFmWhFZdXQl6wZc=";
hash = "sha256-dkOLlWeG6ixbqLJU/1x2R1meKpcXb63C8EXH5FlD38k=";
};
vendorHash = "sha256-3QRSdkx9p0H+zPB//bpWCBKKjKjrx0lHMk5lFm+U7pA=";