Unverified Commit ad88b0ed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

nova-password: 0.5.8 -> 0.5.9 (#406030)

parents 0216ca1d edb46d7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";