pantheon.elementary-calculator: 2.0.0 -> 2.0.1

This commit is contained in:
Bobby Rong 2022-12-08 11:20:32 +08:00
parent 9545b42ba4
commit 90b7662d0e
No known key found for this signature in database

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "elementary-calculator";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "calculator";
rev = version;
sha256 = "sha256-NE7x5vSfwakwJJe2VGRFiYc7GCB1M6xU5945EC6Em34=";
sha256 = "sha256-7aKJDlpODIysrHtqtD5wfd+dULFpD+LfWsjzg3OAxkY=";
};
nativeBuildInputs = [