mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
protonplus: 0.4.10 -> 0.4.13
0.14.13 was tagged the same day as 0.4.11, and only includes fixes for appstream data. It seems 0.14.12 was skipped? 🤷 Changelog: https://github.com/Vysp3r/ProtonPlus/releases/tag/v0.4.11 Diff: https://github.com/Vysp3r/ProtonPlus/compare/v0.4.10...v0.4.13
This commit is contained in:
parent
56bf14fe1c
commit
3279998207
|
@ -20,13 +20,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "protonplus";
|
||||
version = "0.4.10";
|
||||
version = "0.4.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Vysp3r";
|
||||
repo = "protonplus";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-dKhGXpsBCZBNNJRAjzSvP0B/3DbS9wRdhTS4WL2NZjE=";
|
||||
hash = "sha256-eIW30Tl/vOLXlUXiN3lAcww7Ipkfshzilb9ntxjF8C0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue