Unverified Commit bcd08f05 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

luksmeta: 9 -> 10 (#457758)

parents 14ab8cb3 12b91943
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "luksmeta";
  version = "9";
  version = "10";

  src = fetchFromGitHub {
    owner = "latchset";
    repo = "luksmeta";
    rev = "v${version}";
    sha256 = "10nslwk7m1qwskd12c204ipa3cbad0q6fn0v084z2f7q6xxbkd2d";
    tag = "v${version}";
    hash = "sha256-oasodAfUOgq2s0l+MIfCBTMo0ouXy73prVDnjLfMJA8=";
  };

  nativeBuildInputs = [