Merge pull request #118857 from plabadens/free42-3.0.2
free42: 3.0.1 -> 3.0.2
This commit is contained in:
commit
a60f46b491
@ -7637,6 +7637,16 @@
|
|||||||
githubId = 610615;
|
githubId = 610615;
|
||||||
name = "Chih-Mao Chen";
|
name = "Chih-Mao Chen";
|
||||||
};
|
};
|
||||||
|
plabadens = {
|
||||||
|
name = "Pierre Labadens";
|
||||||
|
email = "labadens.pierre+nixpkgs@gmail.com";
|
||||||
|
github = "plabadens";
|
||||||
|
githubId = 4303706;
|
||||||
|
keys = [{
|
||||||
|
longkeyid = "rsa2048/0xF55814E4D6874375";
|
||||||
|
fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375";
|
||||||
|
}];
|
||||||
|
};
|
||||||
plchldr = {
|
plchldr = {
|
||||||
email = "mail@oddco.de";
|
email = "mail@oddco.de";
|
||||||
github = "plchldr";
|
github = "plchldr";
|
||||||
|
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "free42";
|
pname = "free42";
|
||||||
version = "3.0.1";
|
version = "3.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thomasokken";
|
owner = "thomasokken";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Htk2NHgYVL622URx67BUtounAUopLTahaSqfAqd3+ZI=";
|
sha256 = "sha256-dU8c+tpt+4nCWQj3P2rl6CJNtWFcXaYb3ZESg8hAllQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ copyDesktopItems pkg-config ];
|
nativeBuildInputs = [ copyDesktopItems pkg-config ];
|
||||||
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/thomasokken/free42";
|
homepage = "https://github.com/thomasokken/free42";
|
||||||
description = "A software clone of HP-42S Calculator";
|
description = "A software clone of HP-42S Calculator";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres plabadens ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user