proton-authenticator: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm
2026-06-09 01:08:27 +00:00
parent 3438114c15
commit 17826ec06a
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "proton-authenticator";
version = "1.1.5";
version = "1.1.6";
src = fetchurl {
url = "https://proton.me/download/authenticator/linux/ProtonAuthenticator_${finalAttrs.version}_amd64.deb";
hash = "sha256-y6VXzytstYBXdmujDWASC8AShQPkr+tNtoynGk0l3hg=";
hash = "sha256-jHtqBdGE9+Kz5sjPMrCDnHKX0NLscO5Dp4pYYE8L2iU=";
};
dontConfigure = true;