3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205094 from bobby285271/pantheon

pantheon.elementary-calculator: 2.0.0 -> 2.0.1
This commit is contained in:
Bobby Rong 2022-12-08 20:09:50 +08:00 committed by GitHub
commit 4efd1a7af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [