glance: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-09-20 08:50:58 +00:00
parent 90a3274d58
commit 281e574740

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "glance";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "glanceapp";
repo = "glance";
rev = "v${version}";
hash = "sha256-0P1f7IDEPSlVHtrygIsD502lIHqLISsSAi9pqB/gFdA=";
hash = "sha256-neoRuduQOC3DHeIy/sh1BWUwcwXPGQIgZRWQcL7gzlk=";
};
vendorHash = "sha256-BLWaYiWcLX+/DW7Zzp6/Mtw5uVxIVtfubB895hrZ+08=";