mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
flake: remove straight-to-hackage workaround...
now that all-cabal-hashes is being updated again.
This commit is contained in:
Generated
+3
-3
@@ -3,11 +3,11 @@
|
||||
"all-cabal-hashes": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1786361496,
|
||||
"narHash": "sha256-2Rda4/erwpTHTrauYUi4Of+ktNT/T4lbX50UjVDne+g=",
|
||||
"lastModified": 1786716431,
|
||||
"narHash": "sha256-KNvT4i6mER39fDuN1ELQ7SC2Bb0KbV7CjOufDo2ZH4k=",
|
||||
"owner": "commercialhaskell",
|
||||
"repo": "all-cabal-hashes",
|
||||
"rev": "0c68b4ca95504d6cac421eda43a3e67d742a62da",
|
||||
"rev": "2900d26157f6d752118002f119db1e14aba0c21b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -98,12 +98,10 @@
|
||||
|
||||
# name -> version, fetched by URL rather than via callHackage.
|
||||
directHackageDeps = {
|
||||
texmath = "0.13.2.1"; # <- put the real versions here
|
||||
asciidoc = "0.1.0.4";
|
||||
# texmath = "0.13.2.1";
|
||||
};
|
||||
directHackageHashes = {
|
||||
texmath = "sha256-Y26TvckFKQDb0MNFFwgFtYvWUb41sO+ri0arYwCQNes=";
|
||||
asciidoc = "sha256-kUFbnkkHUMXhy8+zV3iIWpe/sq2PVmlX56zHDvtn68o=";
|
||||
# texmath = "sha256-Y26TvckFKQDb0MNFFwgFtYvWUb41sO+ri0arYwCQNes=";
|
||||
};
|
||||
|
||||
directSources = lib.mapAttrs
|
||||
|
||||
Reference in New Issue
Block a user