Skip to content

Commit

Permalink
disnix: 0.7.2 -> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Feb 25, 2018
1 parent a4e388c commit db5c7f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/disnix/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, libxslt, getopt, nixUnstable, dysnomia, libintlOrEmpty, libiconv }:

stdenv.mkDerivation {
name = "disnix-0.7.2";
name = "disnix-0.8";

src = fetchurl {
url = https://github.com/svanderburg/disnix/releases/download/disnix-0.7.2/disnix-0.7.2.tar.gz;
sha256 = "1cgf7hgqrwsqgyc77sis0hr7cwgk3vx8cd4msgq11qbwywi3b6id";
url = https://github.com/svanderburg/disnix/files/1756701/disnix-0.8.tar.gz;
sha256 = "02cmj1jqk5i90szjsn5csr7qb7n42v04rvl9syx0zi9sx9ldnb0w";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit db5c7f3

Please sign in to comment.