about summary refs log tree commit diff
path: root/pkgs/applications/networking/ostinato/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 09:17:16 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 09:17:16 -0800
commitf030781be92f3b51ff3b45930027e322b1f2c0de (patch)
tree733416362e1cca900c41347891d931a1324253fa /pkgs/applications/networking/ostinato/default.nix
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
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"
Diffstat (limited to 'pkgs/applications/networking/ostinato/default.nix')
-rw-r--r--pkgs/applications/networking/ostinato/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ostinato/default.nix b/pkgs/applications/networking/ostinato/default.nix
index f2b7a4a4e9993..b3a1c1a23b379 100644
--- a/pkgs/applications/networking/ostinato/default.nix
+++ b/pkgs/applications/networking/ostinato/default.nix
@@ -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 {