rofi-calc: 2.4.0 -> 2.4.1 (#448388)

This commit is contained in:
Matthieu Coudron
2025-10-04 12:02:22 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rofi-calc";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "svenstaro";
repo = "rofi-calc";
rev = "v${version}";
sha256 = "sha256-iTLi76GinRASawPSWAqmxSwLZPGvHesarHNoqO4m4dM=";
sha256 = "sha256-E0C5hlrZGRGHT/yb4J2qFquf3AuB0T1zqbFPZdT1UxE=";
};
nativeBuildInputs = [