rofi-calc: 1.9 -> 2.0.0

This commit is contained in:
Lucas Ransan 2021-02-04 13:40:34 +01:00
parent da13b4418f
commit c0726b30b6
No known key found for this signature in database
GPG key ID: 37E8293E1B8B2307

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 = [