jonquil: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-06-19 11:29:33 +00:00
committed by Gaetan Lepage
parent 2a80e0caeb
commit cb2a42a9a6
+2 -2
View File
@@ -21,13 +21,13 @@ assert (
stdenv.mkDerivation (finalAttrs: {
pname = "jonquil";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "toml-f";
repo = "jonquil";
rev = "v${finalAttrs.version}";
hash = "sha256-2JCTHA0nyA7xE0IA+LNrEAulHU2eIbNRvFGQ7YSQMRE=";
hash = "sha256-xKL3EWZaHdMAuUK7pL2vjfRk8Fq2uNL65TrGUyFQ5cc=";
};
patches = [