nova-password: 0.5.10 -> 0.5.11 (#529651)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 18:21:47 +00:00 committed by GitHub
commit fe6f816e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "nova-password";
version = "0.5.10";
version = "0.5.11";
src = fetchFromGitHub {
owner = "sapcc";
repo = "nova-password";
tag = "v${finalAttrs.version}";
hash = "sha256-73o/dSS/cmLnie4Rbc3FOzRS2clw17GI7gk2nW1u3/I=";
hash = "sha256-qWpZChgND4M4x1L0/38DSeJyJ0jKkDttzfWzAukROgo=";
};
vendorHash = "sha256-8eBS4kczObQZksK/bS/guv8nBNY0DInJ4Dk1Hlr2B7A=";
vendorHash = "sha256-s0Abw8lCL3hzil+m/K6CZqVNycnP669Uhv4l4nkMSfc=";
meta = {
description = "Decrypt the admin password generated for the VM in OpenStack";