mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-29 12:08:29 +00:00
asunder: 2.8 -> 2.9.2
Semi-automatic update; builds on NixOS
This commit is contained in:
parent
098c7f3d94
commit
ced7947e3c
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.8";
|
version = "2.9.2";
|
||||||
name = "asunder-${version}";
|
name = "asunder-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://littlesvr.ca/asunder/releases/${name}.tar.bz2";
|
url = "http://littlesvr.ca/asunder/releases/${name}.tar.bz2";
|
||||||
sha256 = "1nq9kd4rd4k2kibf57gdbm0zw2gxa234vvvdhxkm8g5bhx5h3iyq";
|
sha256 = "0vjbxrrjih4c673sc39wj5whp81xp9kmnwqxwzfnmhkky970rg5r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue