From db9c231bd587a1255f7e6f88714d5c951ce15615 Mon Sep 17 00:00:00 2001 From: luftmensch-luftmensch Date: Thu, 5 Sep 2024 19:09:09 +0200 Subject: [PATCH] snipaste: 2.9-Beta2 -> 2.9.2-Beta --- pkgs/by-name/sn/snipaste/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/sn/snipaste/package.nix b/pkgs/by-name/sn/snipaste/package.nix index 4b62ab5dce43..45b35d04d68e 100644 --- a/pkgs/by-name/sn/snipaste/package.nix +++ b/pkgs/by-name/sn/snipaste/package.nix @@ -5,20 +5,20 @@ }: appimageTools.wrapType2 rec { pname = "snipaste"; - version = "2.9-Beta2"; + version = "2.9.2-Beta"; src = fetchurl { url = "https://download.snipaste.com/archives/Snipaste-${version}-x86_64.AppImage"; - hash = "sha256-VJvw3M1Ohfji/PoIxn4gc9KcFl6H1wRYW5Pbf1p5rlg="; + hash = "sha256-oV69uABjzkbQdwb+1wRRxszhrwI4uyzhQZ4aXBnyeo8="; }; - meta = with lib; { + meta = { description = "Screenshot tools"; homepage = "https://www.snipaste.com/"; - license = licenses.unfree; - maintainers = with maintainers; [ luftmensch-luftmensch ]; + license = lib.licenses.unfree; + maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; mainProgram = "snipaste"; platforms = [ "x86_64-linux" ]; - sourceProvenance = [ sourceTypes.binaryNativeCode ]; + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; }; }