Skip to content

Commit 75770f6

Browse files
authored
update: configuradorfnmt: 5.0.2 -> 5.0.3 (#695)
I haven’t been able to find the changelog of this release, so I did a manual diff between this and the previous release (5.0.2). `wcurl https://descargas.cert.fnmt.es/Linux/configuradorfnmt_5.0.{2,3}.amd64.deb` and using `diffoscope` to locate the differences. Changes seem restricted to updated certificates and a bunch of minor bugfixes, consistent with a minor release.
1 parent 1e9bb88 commit 75770f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/configuradorfnmt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
makeDesktopItem,
1010
}: let
1111
pname = "configuradorfnmt";
12-
version = "5.0.2";
12+
version = "5.0.3";
1313
meta = with lib; {
1414
description = "Application to request the necessary keys for obtaining a digital certificate from the FNMT.";
1515
homepage = "https://www.sede.fnmt.gob.es/descargas/descarga-software/instalacion-software-generacion-de-claves";
@@ -25,7 +25,7 @@
2525

2626
src = fetchurl {
2727
url = "https://descargas.cert.fnmt.es/Linux/${pname}_${version}.amd64.deb";
28-
hash = "sha256-+j/Fj5JwRtPozZLzZkc1RX1J9vRqDymIq/CzwLQjraY=";
28+
hash = "sha256-4E7pw/nopeQJDCDACpaqIrhRU9Zy+x6QhlGkb2qVNQo=";
2929
};
3030

3131
buildInputs = [

0 commit comments

Comments
 (0)