Skip to content

Commit 5b5e61f

Browse files
committed
Properly upgrade CTL to dshuiski/purs-0.15-migration
1 parent e2c9a95 commit 5b5e61f

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Purescript
2626

2727
## Cardano transaction library (leveraging CTL's Purescript Nix machinery)
28-
ctl.url = "github:plutonomicon/cardano-transaction-lib?ref=bladyjoker/fix-plutip";
28+
ctl.url = "github:plutonomicon/cardano-transaction-lib?ref=dshuiski/purs-0.15-migration";
2929
ctl-nixpkgs.follows = "ctl/nixpkgs";
3030

3131
# Rust

runtimes/purescript/lbr-plutus/packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ let additions =
346346
, "web-storage"
347347
]
348348
, repo = "https://github.com/Plutonomicon/cardano-transaction-lib"
349-
, version = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9"
349+
, version = "1666abab20ca3d40cbf10a92966d548c740a2f42"
350350
}
351351
}
352352

runtimes/purescript/lbr-plutus/spago-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ let
211211

212212
"cardano-transaction-lib" = pkgs.stdenv.mkDerivation {
213213
name = "cardano-transaction-lib";
214-
version = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9";
214+
version = "1666abab20ca3d40cbf10a92966d548c740a2f42";
215215
src = pkgs.fetchgit {
216216
url = "https://github.com/Plutonomicon/cardano-transaction-lib";
217-
rev = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9";
218-
sha256 = "0g3k8b2wwvy56zf3d6781jidqqbdkhv5z68hns1ripna98dymw4v";
217+
rev = "1666abab20ca3d40cbf10a92966d548c740a2f42";
218+
sha256 = "14xl0ljqa7mmj221izvmz14xnm5hnfx6j8rndmydbl62dmjcwwdg";
219219
};
220220
phases = "installPhase";
221221
installPhase = "ln -s $src $out";

runtimes/purescript/lbr-prelude/packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let additions =
164164
, "tuples"
165165
]
166166
, repo = "https://github.com/mlabs-haskell/purescript-bignumber"
167-
, version = "705923edd892a3397b90d28ce7db9a7181dcd599"
167+
, version = "760d11b41ece31b8cdd3c53349c5c2fd48d3ff89"
168168
}
169169
, js-bigints =
170170
{ dependencies = [ "integers", "maybe", "prelude" ]

testsuites/lbt-plutus/lbt-plutus-purescript/packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ let additions =
346346
, "web-storage"
347347
]
348348
, repo = "https://github.com/Plutonomicon/cardano-transaction-lib"
349-
, version = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9"
349+
, version = "1666abab20ca3d40cbf10a92966d548c740a2f42"
350350
}
351351
}
352352

testsuites/lbt-plutus/lbt-plutus-purescript/spago-packages.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ let
223223

224224
"cardano-transaction-lib" = pkgs.stdenv.mkDerivation {
225225
name = "cardano-transaction-lib";
226-
version = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9";
226+
version = "1666abab20ca3d40cbf10a92966d548c740a2f42";
227227
src = pkgs.fetchgit {
228228
url = "https://github.com/Plutonomicon/cardano-transaction-lib";
229-
rev = "fbf56b2965752ced05fd7f3a2d7ae6778e566df9";
230-
sha256 = "0g3k8b2wwvy56zf3d6781jidqqbdkhv5z68hns1ripna98dymw4v";
229+
rev = "1666abab20ca3d40cbf10a92966d548c740a2f42";
230+
sha256 = "14xl0ljqa7mmj221izvmz14xnm5hnfx6j8rndmydbl62dmjcwwdg";
231231
};
232232
phases = "installPhase";
233233
installPhase = "ln -s $src $out";

testsuites/lbt-prelude/lbt-prelude-purescript/packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let additions =
164164
, "tuples"
165165
]
166166
, repo = "https://github.com/mlabs-haskell/purescript-bignumber"
167-
, version = "705923edd892a3397b90d28ce7db9a7181dcd599"
167+
, version = "760d11b41ece31b8cdd3c53349c5c2fd48d3ff89"
168168
}
169169
, js-bigints =
170170
{ dependencies = [ "integers", "maybe", "prelude" ]

0 commit comments

Comments
 (0)