ocamlPackages.timedesc: 2.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-07-24 00:40:33 +00:00
parent 65f98a6801
commit 11034aa699

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 = ".";