3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #170287 from cab404/bump-ledger-udev

ledger-udev-rules: 2019-05-30 -> 2021-09-10
This commit is contained in:
Bernardo Meurer 2022-04-25 10:48:03 -07:00 committed by GitHub
commit 5d875c6a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;