Merge pull request #228998 from r-ryantm/auto-update/rofi-calc

rofi-calc: 2.1.0 -> 2.2.0
This commit is contained in:
figsoda 2023-04-29 19:07:58 -04:00 committed by GitHub
commit 3dcff817ee
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 = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "svenstaro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sfUcBSUYf/+neBAhEd5LAtMOfIbdXM/ieUOztjk8Pwg=";
sha256 = "sha256-SGDORHX+lk6PS5/sPAmKZLfZD99/A7XvDPDnuAygDAM=";
};
nativeBuildInputs = [