Skip to content

Commit

Permalink
libkate: 0.3.8 -> 0.4.1
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.4.1 with grep in /nix/store/mc5wm3bsmx9n4xxf54by4hck21yjzljx-libkate-0.4.1
- found 0.4.1 in filename of file in /nix/store/mc5wm3bsmx9n4xxf54by4hck21yjzljx-libkate-0.4.1

cc ""
  • Loading branch information
ryantm authored and obadz committed Mar 4, 2018
1 parent 2e98f6b commit 3734c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libkate/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libogg, libpng }:

stdenv.mkDerivation rec {
name = "libkate-0.3.8";
name = "libkate-0.4.1";

src = fetchurl {
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libkate/${name}.tar.gz";
sha256 = "00d6561g31la9bb8q99b7l4rvi67yiwm50ky8dhlsjd88h7rks2n";
sha256 = "0s3vr2nxfxlf1k75iqpp4l78yf4gil3f0v778kvlngbchvaq23n4";
};

buildInputs = [ libogg libpng ];
Expand Down

0 comments on commit 3734c63

Please sign in to comment.