Unverified Commit f4c9b9b1 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

oqs-provider: fix hash for retagged 0.7.0 (#348371)

parents 2f58210a 4e882da3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "open-quantum-safe";
    repo  = "oqs-provider";
    rev = finalAttrs.version;
    hash = "sha256-2+TpYpZwC8vx6tGgS2waD/BQDfnbq0PJIwvX5wDDBEg=";
    hash = "sha256-v7YIE5uzBvQHfi2hqkkRrW0F3K4haZyuoKHxAtRqQDA=";
  };

  nativeBuildInputs = [