Merge pull request #101646 from luc65r/pkg/rofi-calc

rofi-calc: 1.8 -> 1.9
This commit is contained in:
Maximilian Bosch 2020-10-26 16:36:43 +01:00 committed by GitHub
commit 61fa498994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "rofi-calc";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "svenstaro";
repo = pname;
rev = "v${version}";
sha256 = "0vwb9c3xvd2cms6cw8j8parg7w4bsxvvrd1wgggr8sz2p8rrvy5p";
sha256 = "ZGY4ZtAG/ZnEnC80modZBV4RdRQElbkjeoKCEFVrncE=";
};
nativeBuildInputs = [
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/svenstaro/rofi-calc";
license = licenses.mit;
maintainers = with maintainers; [ luc65r albakham ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
platforms = with platforms; linux;
};
}