ostinato: 0.8 -> 0.9

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.9 with grep in /nix/store/k19kx1lh4211srqcgnrwq7yfkvqclf9m-ostinato-0.9
- found 0.9 in filename of file in /nix/store/k19kx1lh4211srqcgnrwq7yfkvqclf9m-ostinato-0.9

cc "@rick68"
This commit is contained in:
Ryan Mulligan 2018-02-27 09:17:16 -08:00
parent 6a10134205
commit f030781be9

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "ostinato-${version}";
version = "0.8";
version = "0.9";
src = fetchFromGitHub {
owner = "pstavirs";
repo = "ostinato";
rev = "v${version}";
sha256 = "1b5a5gypcy9i03mj6md3lkrq05rqmdyhfykrr1z0sv8n3q48xca3";
sha256 = "109gxj6djdsk7rp1nxpx39kfi75xfl9p9qgffh1cpcdpbsbvq5bx";
};
ostinatoIcon = fetchurl {