rofi-calc: 2.5.0 -> 2.5.1 (#491380)

This commit is contained in:
Nick Cao
2026-02-17 22:12:56 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rofi-calc";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "svenstaro";
repo = "rofi-calc";
rev = "v${finalAttrs.version}";
sha256 = "sha256-/UKOyJfCsV/+kZDndHZmrPdE2MjVlQWSiWQRIUPGz/I=";
sha256 = "sha256-adDHONoLQeZP4Oi7yx/tSAaMHAaipj2UrG+xZz7EiQ4=";
};
nativeBuildInputs = [