libdivecomputer: 0.8.0 -> 0.9.0
This commit is contained in:
parent
e1db604e23
commit
5278b11b29
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user