nova-password: 0.5.8 -> 0.5.9

This commit is contained in:
R. Ryantm 2025-05-11 01:10:08 +00:00
parent 74e5fb8074
commit edb46d7eb5

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "nova-password";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
owner = "sapcc";
repo = "nova-password";
tag = "v${version}";
hash = "sha256-+qFbBjjbp1Nazpo21oOytvEPzn6Nmc4Cr8du045Ab/E=";
hash = "sha256-+RW+uJ9mLEiNMGYio+FcAJHvga8uzDLmgcylwoUJIho=";
};
vendorHash = "sha256-tRBWniPM/IPR/JKi7R46tnx9rgyCb5hOkOR1oy7iVcc=";
vendorHash = "sha256-7Hg5s3yZezLVwoUoeF4125QtjeLSCcsjnCD6+zbMz8I=";
meta = {
description = "Decrypt the admin password generated for the VM in OpenStack";