glance: 0.7.1 -> 0.7.3

This commit is contained in:
R. Ryantm
2025-02-21 12:19:43 +00:00
parent a5b0229de7
commit a40df935ef
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "glance";
version = "0.7.1";
version = "0.7.3";
src = fetchFromGitHub {
owner = "glanceapp";
repo = "glance";
rev = "v${version}";
hash = "sha256-Ef3Kf7rYmkWqOUpde7P46IRs1x/+jMW3lmN13hfTCNs=";
hash = "sha256-kQ4XVO6sotsIjIhkECn6FYik3ITYOZcDKyzk3I8JvkU=";
};
vendorHash = "sha256-lURRHlZoxbuW1SXxrxy2BkMndcEllGFmVCB4pXBad8Q=";