proton-authenticator: 1.1.5 -> 1.1.6 (#529730)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-09 06:31:08 +00:00
committed by GitHub
@@ -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;