libdivecomputer: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-07-01 03:27:12 +00:00
parent e1db604e23
commit 5278b11b29

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "libdivecomputer";
version = "0.8.0";
version = "0.9.0";
src = fetchurl {
url = "https://www.libdivecomputer.org/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-J17M55I2RO1YH6q53LTxpprSUbzrByHE5fhftjFheg4=";
sha256 = "sha256-p7gLkIOiETpDKA7ntR1I1m6lp3n8P+5X33xFHaAlHGU=";
};
enableParallelBuilding = true;