flameshot-once: 1.0.1 -> 1.1.0

This commit is contained in:
tv 2019-02-09 02:33:58 +01:00
parent f949639497
commit e29debea42
3 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
}: }:
mkDerivation { mkDerivation {
pname = "flameshot-once"; pname = "flameshot-once";
version = "1.0.1"; version = "1.1.0";
src = fetchgit { src = fetchgit {
url = "https://cgit.krebsco.de/flameshot-once"; url = "https://cgit.krebsco.de/flameshot-once";
sha256 = "01bsgadjk3y3lg19xcadlrqalr4cs028fsivgacqh31fqaq4v243"; sha256 = "158ha1yyj3p3mdjjga62j91ml83nhrsg34xbg3dir5cb399j8pxx";
rev = "03623ce6c011c1e85df7d91aed4458c098ff22ff"; rev = "9d688b6ffad14912bd1afe42555747cb3d213d95";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = false; isLibrary = false;

View File

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

View File

@ -45,7 +45,6 @@ let
"SELECTIONINDICATOR" "SELECTIONINDICATOR"
"MOVESELECTION" "MOVESELECTION"
"UNDO" "UNDO"
"COPY"
"SAVE" "SAVE"
"EXIT" "EXIT"
"BLUR" "BLUR"