free42: 3.1 -> 3.1.2

This commit is contained in:
Anderson Torres 2023-12-11 12:09:59 -03:00
parent 02293e91b5
commit 9670702660

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "thomasokken";
repo = "free42";
rev = "v${finalAttrs.version}";
hash = "sha256-v3nZMjV9KnoTefeu2jl3k1B7efnJnNVOAfDVLyce6QI=";
hash = "sha256-v7Qi0ZRLXEoZqnbIiHTkvsftwMi9vUhgH7wOtHN84nU=";
};
nativeBuildInputs = [
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
genericName = "Calculator";
exec = "free42bin";
type = "Application";
comment = finalAttrs.meta.description;
comment = "A software clone of HP-42S Calculator";
categories = [ "Utility" "Calculator" ];
})
(makeDesktopItem {
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
genericName = "Calculator";
exec = "free42dec";
type = "Application";
comment = finalAttrs.meta.description;
comment = "A software clone of HP-42S Calculator";
categories = [ "Utility" "Calculator" ];
})
];