diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-05-02 01:20:25 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-05-02 01:59:12 +0800 |
| commit | c68b963b8c826d14e0d93ad928cc87e5dd07ae1b (patch) | |
| tree | 9ed438c768ccde1b92b64c5ec01b4de30c55f222 /nongnu | |
| parent | f2a2a606f25a2bcb1be4a0137cba5db85984e1a0 (diff) | |
nongnu: font-ubuntu-sans-mono: Fix source hash.
This is a follow-up to commit 13208905d9dbaf70c367a0b4a986c945c6b1d633, where I
corrected source commit in the original contribution but didn't change the hash.
Since the store caches file name + hash, the build passed in my environment
despite using the wrong hash.
* nongnu/packages/fonts.scm (font-ubuntu-sans-mono): Fix hash.
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/fonts.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/fonts.scm b/nongnu/packages/fonts.scm index 24f6b14..4f29bd9 100644 --- a/nongnu/packages/fonts.scm +++ b/nongnu/packages/fonts.scm @@ -417,7 +417,7 @@ system and its community.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1cfaj0dayxzldb90wjl1pmx8b1qghb9gw21b8abqsvk2xw02aax0")))) + (base32 "04g6j152lq0d67z89fgl1yah160bzgbawzxz9qv7lh2kqsf5jmhh")))) (build-system font-build-system) (arguments (list |
