lol

flameshot: 0.5.0 -> 0.5.1

+3 -3
+3 -3
pkgs/tools/misc/flameshot/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "flameshot-${version}"; 5 - version = "0.5.0"; 5 + version = "0.5.1"; 6 6 7 7 nativeBuildInputs = [ qmake qttools ]; 8 8 buildInputs = [ qtbase ]; ··· 24 24 owner = "lupoDharkael"; 25 25 repo = "flameshot"; 26 26 rev = "v${version}"; 27 - sha256 = "1fy4il7rdj294l9cs642hx23bry25j9phn37274r2b87hwzy1rrv"; 27 + sha256 = "13h77np93r796jf289v4r687cmnpqkyqs34dm9gif4akaig74ky0"; 28 28 }; 29 29 30 30 enableParallelBuilding = true; ··· 34 34 homepage = https://github.com/lupoDharkael/flameshot; 35 35 maintainers = [ maintainers.scode ]; 36 36 license = stdenv.lib.licenses.gpl3; 37 - platforms = stdenv.lib.platforms.all; 37 + platforms = stdenv.lib.platforms.linux; 38 38 }; 39 39 }