protonplus: 0.5.8 -> 0.5.9 (#425112)
This commit is contained in:
commit
9fcd4ec9c6
@ -20,13 +20,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "protonplus";
|
||||
version = "0.5.8";
|
||||
version = "0.5.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Vysp3r";
|
||||
repo = "protonplus";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-99RD1M6i/titM0dzyNPZGdWyNAUo7ZBj2QEw/qDl5nM=";
|
||||
hash = "sha256-Ss+9p6mQQNYcY+5gAD1CtM+TpNRC/kVqV8fmfowydBk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
mainProgram = "com.vysp3r.ProtonPlus";
|
||||
mainProgram = "protonplus";
|
||||
description = "Simple Wine and Proton-based compatibility tools manager";
|
||||
homepage = "https://github.com/Vysp3r/ProtonPlus";
|
||||
changelog = "https://github.com/Vysp3r/ProtonPlus/releases/tag/v${finalAttrs.version}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user