Skip to content

Commit

Permalink
valum: 0.3.15 -> 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Sep 13, 2019
1 parent 2a10e8f commit 41f25ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/valum/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "valum";
version = "0.3.15";
version = "0.3.16";

src = fetchFromGitHub {
owner = "valum-framework";
repo = "valum";
rev = "v${version}";
sha256 = "1wk23aq5lxsqns58s4g9jrwx6wrk7k9hq9rg8jcs42rxn2pckaxw";
sha256 = "15lnk91gykm60rv31x3r1swp2bhzl3gwp12mf39smzi4bmf7h38f";
};

nativeBuildInputs = [ meson ninja pkgconfig ];
Expand Down

0 comments on commit 41f25ab

Please sign in to comment.