rofi-calc: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2024-03-29 00:26:21 +00:00
parent b0dc996a60
commit 41530e7cda

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