flameshot-once: 1.2.0 -> 1.3.0

This commit is contained in:
tv 2020-05-01 11:02:01 +02:00
parent 7603f9e568
commit b0549ee61b
2 changed files with 4 additions and 3 deletions

View File

@ -4,11 +4,11 @@
}: }:
mkDerivation { mkDerivation {
pname = "flameshot-once"; pname = "flameshot-once";
version = "1.2.0"; version = "1.3.0";
src = fetchgit { src = fetchgit {
url = "https://cgit.krebsco.de/flameshot-once"; url = "https://cgit.krebsco.de/flameshot-once";
sha256 = "01c11dk8ss37awfn9xqsgx668dcrf4kvzfxlq7ycnqsnpbjjvm0a"; sha256 = "1jy73379srnkq79i7k3al406r0kb3pxwgg6f64i89jhzxjn7zmzl";
rev = "cebaefa37095e74ad2253c4e2f9d9ab390f88737"; rev = "81ce6b9bb68c2739ec5bda067fcfaeab931d55dd";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = false; isLibrary = false;

View File

@ -16,6 +16,7 @@ in
pkgs.flameshot pkgs.flameshot
pkgs.qt5.qtbase pkgs.qt5.qtbase
pkgs.xclip pkgs.xclip
pkgs.xwaitforwindow
]} ]}
${optionalString (config != null) /* sh */ '' ${optionalString (config != null) /* sh */ ''
. ${import ./profile.nix { inherit config pkgs; }} . ${import ./profile.nix { inherit config pkgs; }}