1
0
Fork 1
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:
seth 2024-07-18 15:48:00 -04:00
parent 56bf14fe1c
commit 3279998207
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -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 = [