mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nova-password: 0.5.8 -> 0.5.9
This commit is contained in:
parent
74e5fb8074
commit
edb46d7eb5
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nova-password";
|
pname = "nova-password";
|
||||||
version = "0.5.8";
|
version = "0.5.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sapcc";
|
owner = "sapcc";
|
||||||
repo = "nova-password";
|
repo = "nova-password";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-+qFbBjjbp1Nazpo21oOytvEPzn6Nmc4Cr8du045Ab/E=";
|
hash = "sha256-+RW+uJ9mLEiNMGYio+FcAJHvga8uzDLmgcylwoUJIho=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-tRBWniPM/IPR/JKi7R46tnx9rgyCb5hOkOR1oy7iVcc=";
|
vendorHash = "sha256-7Hg5s3yZezLVwoUoeF4125QtjeLSCcsjnCD6+zbMz8I=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Decrypt the admin password generated for the VM in OpenStack";
|
description = "Decrypt the admin password generated for the VM in OpenStack";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue