Skip to content

Commit

Permalink
dpt-rp1-py: 0.1.12 -> 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed May 17, 2021
1 parent 9f4878d commit 0bae4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/dpt-rp1-py/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
pname = "dpt-rp1-py";
version = "0.1.12";
version = "0.1.13";

src = fetchFromGitHub {
owner = "janten";
repo = pname;
rev = "v${version}";
sha256 = "0xw853s5bx2lr57w6ldfjzi1ppc6px66zd7hzk8y2kg82q6bnasq";
sha256 = "1jgkfn5kfnx98xs0dmym1h9mv1mrzlglk7x0fzs2jlc56c18w9dk";
};

doCheck = false;
Expand Down

0 comments on commit 0bae4a3

Please sign in to comment.