linux_latest-libre: 19663 -> 19675 (#359464)

Fixes build.
This commit is contained in:
Ivan Dimitrov 2024-11-30 12:23:19 +01:00 committed by GitHub
parent a81305c367
commit 73710fe751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
{ stdenv, lib, fetchsvn, linux
, scripts ? fetchsvn {
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";
rev = "19663";
sha256 = "126b05v6hcdag3pfaxwbabfwkrp4c7010v52rk2dqh9i631ykavd";
rev = "19675";
sha256 = "sha256-vlWY3e9uf+a+I003CjFFw9e3suY059KlIqDf86LGmHM=";
}
, ...
} @ args: