ocamlPackages.timedesc: 2.0.0 -> 3.1.0 (#329542)

This commit is contained in:
Weijia Wang 2024-09-11 18:50:54 +02:00 committed by GitHub
commit 4b5e982175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
buildDunePackage rec {
pname = "timedesc";
version = "2.0.0";
version = "3.1.0";
src = fetchurl {
url = "https://github.com/daypack-dev/timere/releases/download/timedesc-${version}/timedesc-${version}.tar.gz";
hash = "sha256-NnnQpWOE1mt/F5lkWRPdDwpqXCUlcNi+Z5GE6YQQLK8=";
hash = "sha256-nEachJymJC8TP/Ha2rOFU3n09rxVlIZYmgQnYiNCiHE=";
};
sourceRoot = ".";