picoshare: 1.5.1 -> 1.5.2

This commit is contained in:
blokyk
2026-05-25 03:45:17 +02:00
parent 68d9bb691b
commit 36f8a3d976

View File

@@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "picoshare";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "mtlynch";
repo = "picoshare";
tag = finalAttrs.version;
hash = "sha256-8mgrwnY0Y1CggAtc7BrAqC32+Wu82FQNhoK0ijM1RKw=";
hash = "sha256-iKLO0m9zPYGQB3aJxyYCs9sHSheihnKn8QWec4D+a4g=";
};
vendorHash = "sha256-Wf0qKs/9XKnO2nx2KmTGPdqI0iFih30AGvOi94RPEjw=";
vendorHash = "sha256-X2vrEhgEnKKNXRyLCtT+wBbunFHgkcyWZh6DMpQieQ0=";
ldflags = [
# make sure build time is always set to 0 to make the build reproducible