mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
doodle: 0.7.0 -> 0.7.1
This commit is contained in:
parent
4311cfa157
commit
1ed242a3a2
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, fetchurl, libextractor, gettext }:
|
{ stdenv, fetchurl, libextractor, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "doodle-0.7.0";
|
name = "doodle-0.7.1";
|
||||||
|
|
||||||
buildInputs = [ libextractor gettext ];
|
buildInputs = [ libextractor gettext ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://grothoff.org/christian/doodle/download/${name}.tar.gz";
|
url = "https://grothoff.org/christian/doodle/download/${name}.tar.gz";
|
||||||
sha256 = "0ayx5q7chzll9sv3miq35xl36r629cvgdzphf379kxzlzhjldy3j";
|
sha256 = "086va4q8swiablv5x72yikrdh5swhy7kzmg5wlszi5a7vjya29xw";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue