nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

rofi-calc: 2.0.0 -> 2.1.0

authored by

R. Ryantm and committed by
Jonathan Ringer
fa133a26 4ab07314

+2 -2
+2 -2
pkgs/applications/science/math/rofi-calc/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "rofi-calc"; 15 - version = "2.0.0"; 15 + version = "2.1.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "svenstaro"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "NbWXMash0pK7Y9gOEBbL7zXjFytoeZBN9/wIbRTvQ8g="; 21 + sha256 = "sha256-sfUcBSUYf/+neBAhEd5LAtMOfIbdXM/ieUOztjk8Pwg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [