Merge pull request #330382 from thillux/mtheil/esdm-1.1.1

esdm: 1.1.0 -> 1.1.1
This commit is contained in:
tomberek 2024-07-28 00:27:03 -04:00 committed by GitHub
commit c87cd2a10e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,13 +59,13 @@ assert cryptoBackend == "openssl" || cryptoBackend == "botan" || cryptoBackend =
stdenv.mkDerivation rec {
pname = "esdm";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "smuellerDD";
repo = "esdm";
rev = "v${version}";
sha256 = "sha256-UH6ws/hfHdcmbLETyZ0b4wDm8nHPdLsot3ZhIljpUlw=";
hash = "sha256-Z8cIjNI+Qi6O2e72vbEefbCCXyIA+lcEMDzWJReGrUs=";
};
nativeBuildInputs = [ meson pkg-config ninja ];