Merge pull request #51290 from romildo/upd.nordic

nordic: fix sha256 hash
This commit is contained in:
Renaud 2018-11-30 19:01:23 +01:00 committed by GitHub
commit 095544187a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
})
(fetchurl {
url = "https://github.com/EliverLara/Nordic/releases/download/v${version}/Nordic-standard-buttons.tar.xz";
sha256 = "0xnj1am1q26xppp8y07iik648hhgn3gmzqvkdhg3il4qnkndjvld";
sha256 = "1h0690cijaipidb5if2bxhvvkrx5src3akyxvfywxg4bf8x7jxs5";
})
];