rofi-calc: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2022-02-10 11:32:09 -08:00
committed by Jonathan Ringer
parent 4ab07314f0
commit fa133a26f3
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "rofi-calc";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "svenstaro";
repo = pname;
rev = "v${version}";
sha256 = "NbWXMash0pK7Y9gOEBbL7zXjFytoeZBN9/wIbRTvQ8g=";
sha256 = "sha256-sfUcBSUYf/+neBAhEd5LAtMOfIbdXM/ieUOztjk8Pwg=";
};
nativeBuildInputs = [