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

rofi-calc: 1.9 -> 2.0.0
This commit is contained in:
Maximilian Bosch 2021-02-04 17:41:14 +01:00 committed by GitHub
commit 76c9ea796a
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.9";
version = "2.0.0";
src = fetchFromGitHub {
owner = "svenstaro";
repo = pname;
rev = "v${version}";
sha256 = "ZGY4ZtAG/ZnEnC80modZBV4RdRQElbkjeoKCEFVrncE=";
sha256 = "NbWXMash0pK7Y9gOEBbL7zXjFytoeZBN9/wIbRTvQ8g=";
};
nativeBuildInputs = [