Merge pull request #273568 from atorres1985-contrib/free42

free42: 3.1 -> 3.1.2
This commit is contained in:
Rick van Schijndel 2023-12-11 21:45:26 +01:00 committed by GitHub
commit 0cbd2440a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" ];
})
];