dtbloader: 1.2.2 -> 1.4.0
Diff: https://github.com/TravMurav/dtbloader/compare/refs/tags/1.2.2...refs/tags/1.4.0 Changelog: https://github.com/TravMurav/dtbloader/releases/tag/1.4.0
This commit is contained in:
parent
2b70f37c3a
commit
8e2dd77d1e
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dtbloader";
|
pname = "dtbloader";
|
||||||
version = "1.2.2";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TravMurav";
|
owner = "TravMurav";
|
||||||
repo = "dtbloader";
|
repo = "dtbloader";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-5Efxi0cojhq9mqB5VMShXx/Sp4CE6Cvr1pcwnUm5zlo=";
|
hash = "sha256-qU7KB5oRd24rFN26kUhLYrG9VRakNuX8R0hWF0mVgvc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user