meowlnir: 0.3.0 -> 0.5.0

This commit is contained in:
SchweGELBin 2025-05-16 13:52:42 +02:00
parent f777a743bb
commit 46fab45627
No known key found for this signature in database

View file

@ -9,18 +9,18 @@
buildGoModule rec {
pname = "meowlnir";
version = "0.3.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "maunium";
repo = "meowlnir";
tag = "v${version}";
hash = "sha256-ig803e4onU3E4Nj5aJo2+QfwZt12iKIJ7fS/BjXsojc=";
hash = "sha256-1YuSXKRiMUCRbxGIDOQKGKK7CxM3VD0LLEeULQJ/zRo=";
};
buildInputs = [ olm ];
vendorHash = "sha256-+P7tlpGTo9N+uSn22uAlzyB36hu3re+KfOe3a/uzLZE=";
vendorHash = "sha256-g0be4ftBRV6Ver1kULfhnVBAF+iL3+/4e25sozpJ7+s=";
doCheck = true;
doInstallCheck = true;