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

rofi-calc: 2.2.0 -> 2.2.1
This commit is contained in:
Nick Cao 2024-03-30 10:39:27 -04:00 committed by GitHub
commit f1bac8775c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "rofi-calc";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "svenstaro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SGDORHX+lk6PS5/sPAmKZLfZD99/A7XvDPDnuAygDAM=";
sha256 = "sha256-uXaI8dwTRtg8LnFxopgXr9x/vEl8ixzIGOsSQQkAkoQ=";
};
nativeBuildInputs = [