Commit 3bcd4486 authored by R. RyanTM's avatar R. RyanTM
Browse files

esdm: 1.0.2 -> 1.1.0

parent 79863957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,13 +60,13 @@ assert cryptoBackend == "openssl" || cryptoBackend == "botan" || cryptoBackend =

stdenv.mkDerivation rec {
  pname = "esdm";
  version = "1.0.2";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "smuellerDD";
    repo = "esdm";
    rev = "v${version}";
    sha256 = "sha256-J7iVp6lLjR2JPdpppnqgV5Ke+X9TcZaS5V1ffejI5yE=";
    sha256 = "sha256-UH6ws/hfHdcmbLETyZ0b4wDm8nHPdLsot3ZhIljpUlw=";
  };

  nativeBuildInputs = [ meson pkg-config ninja ];