Unverified Commit 73bb5041 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

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

parents aa904d3a 40362b63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [