ledger-udev-rules: 2019-05-30 -> 2021-09-10

This commit is contained in:
Vladimir Serov 2022-04-25 20:20:43 +04:00
parent b235fa2abc
commit a0a3c85083
No known key found for this signature in database
GPG key ID: 08AA9711F8CD40CF

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "ledger-udev-rules";
version = "unstable-2019-05-30";
version = "unstable-2021-09-10";
src = fetchFromGitHub {
owner = "LedgerHQ";
repo = "udev-rules";
rev = "765b7fdf57b20fd9326cedf48ee52e905024ab4f";
sha256 = "10a42al020zpkx918y6b1l9az45vk3921b2l1mx87w3m0ad9qvif";
rev = "2776324af6df36c2af4d2e8e92a1c98c281117c9";
sha256 = "sha256-yTYI81PXMc32lMfI5uhD14nP20zAI7ZF33V1LRDWg2Y=";
};
dontBuild = true;