1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

posterazor: update from 1.5 to 1.5.1

This commit is contained in:
Georges Dubus 2014-08-25 12:16:18 +02:00 committed by Oliver Charles
parent 684e8b241e
commit 7cd9bebb26

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, unzip, pkgconfig, libXpm, fltk13, freeimage }:
stdenv.mkDerivation rec {
name = "posterazor-1.5";
name = "posterazor-1.5.1";
src = fetchurl {
url = "mirror://sourceforge/posterazor/1.5/PosteRazor-1.5-Source.zip";
sha256 = "0xy313d2j57s4wy2y3hjapbjr5zfaki0lhkfz6nw2p9gylcmwmjy";
url = "mirror://sourceforge/posterazor/1.5.1/PosteRazor-1.5.1-Source.zip";
sha256 = "1dqpdk8zl0smdg4fganp3hxb943q40619qmxjlga9jhjc01s7fq5";
};
buildInputs = [ cmake unzip pkgconfig libXpm fltk13 freeimage ];