3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #110851 from Emantor/bump/rauc

rauc: 1.5 -> 1.5.1
This commit is contained in:
Sandro 2021-01-26 16:35:55 +01:00 committed by GitHub
commit dd4b57524a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "rauc";
version = "1.5";
version = "1.5.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "10v9nllfw5y53797p00hk6645zkaa6cacsim1rh6y2jngnqfkmw0";
sha256 = "sha256-AIizbD2jaZ5SY0K/hwpHdGE20KEhWC53LWUiVYs9Oiw=";
};
passthru = {