ostinato: 1.2.0 -> 1.3.0

This commit is contained in:
kashw2 2023-12-13 09:42:16 +10:00
parent 90c3374749
commit 59eb014aaf

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "ostinato";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "pstavirs";
repo = "ostinato";
rev = "v${version}";
sha256 = "sha256-yhfhNfkiZulF0FxNT+3CeGqUTXLmwPQntl2TLdCcMTQ=";
sha256 = "sha256-/fPUxGeh5Cc3rb+1mR0chkiFPw5m+O6KtWDvzLn0iYo=";
};
ostinatoIcon = fetchurl {