promexplorer: 0.0.3 -> 0.0.4

This commit is contained in:
R. Ryantm 2023-04-20 14:36:15 +00:00
parent cb4ab614ee
commit fdfcb373dc

View file

@ -1,13 +1,13 @@
{ lib, nimPackages, fetchFromGitHub }:
nimPackages.buildNimPackage rec {
pname = "promexplorer";
version = "0.0.3";
version = "0.0.4";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "marcusramberg";
repo = "promexplorer";
rev = "v${version}";
hash = "sha256-q+m4+aWT3IiI/XGmAm7jrJAxRbzzHr+p58eiHqjEbV0=";
hash = "sha256-Fj3RCVygixs+iIlLptX6aOsG4jJa/jUN8hXYkjZ7K/A=";
};
buildInputs = with nimPackages; [ illwill illwillwidgets ];