gwenhyfar: 5.6.0 -> 5.9.0

This commit is contained in:
Martin Weinelt 2022-07-10 19:38:59 +02:00
parent 81804181d1
commit 77af6669db
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 8 additions and 5 deletions

View file

@ -11,14 +11,14 @@
}:
let
inherit ((import ./sources.nix).gwenhywfar) sha256 releaseId version;
inherit ((import ./sources.nix).gwenhywfar) hash releaseId version;
in stdenv.mkDerivation rec {
pname = "gwenhywfar";
inherit version;
src = fetchurl {
url = "https://www.aquamaniac.de/rdm/attachments/download/${releaseId}/${pname}-${version}.tar.gz";
inherit sha256;
inherit hash;
};
configureFlags = [

View file

@ -1,7 +1,10 @@
{
gwenhywfar.version = "5.6.0";
gwenhywfar.sha256 = "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp";
gwenhywfar.releaseId = "364";
# https://www.aquamaniac.de/rdm/projects/gwenhywfar/files
gwenhywfar = {
version = "5.9.0";
hash = "sha256-6Ix9M4Ojy75Gyzsimfcd+55vpWX1oWaLQpc5HIdLDhI=";
releaseId = "415";
};
# https://www.aquamaniac.de/rdm/projects/libchipcard/files
libchipcard = {