rofi-calc: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2022-02-07 09:22:18 +00:00 committed by Jonathan Ringer
parent 4ab07314f0
commit fa133a26f3

View file

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